#cf8a35

Color #CF8A35 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CF8A35

Tints of Fuel Yellow #CF8A35

Color information

#CF8A35 (or 0xCF8A35) is unknown color: approx Fuel Yellow. HEX triplet: CF, 8A and 35. RGB value is (207,138,53). Sum of RGB (Red+Green+Blue) = 207+138+53=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A35 is #3075CA. Grayscale: #959595. Windows color (decimal): -3175883 or 3508943. OLE color: 3508943.

HSL color Cylindrical-coordinate representation of color #CF8A35: hue angle of 33.12º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8A35 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20713853-
CMYK00.330.740.19
HSL33.12º61.6%50.98%-
HSV(B)33.12º74.4%81.18%-
XYZ35.4631.77.62-
YUV148.9473.86169.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 52.01%
GREEN value IS 138 (54.30% from 255) = 34.67%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=52.01%
G=34.67%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071385300.330.740.1933.1261.650.98
HexCF8A350214A13213e33
Octal3172126504111223417663
Binary11001111100010101101010100001100101010011100001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8a35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8a35; }

 p { color: rgb(207,138,53); }

 H1.HeaderClassName
 {
   color: #cf8a35;
 }
 .AnyTagClassName
 {
   color: #cf8a35;
 }
</style>
background-color css

<style>
 a { background-color: #cf8a35; }

 a { background-color: rgb(207,138,53); }

 div.DivClassName
 {
   background-color: #cf8a35;
 }
 .BgClassName
 {
   background-color: #cf8a35;
 }
</style>
border-color css

<style>
 span { border-color: #cf8a35; }

 span { border-color: rgb(207,138,53); }

 td.TdClassName
 {
   border-color: #cf8a35;
 }
 .TagClassName
 {
   border-color: #cf8a35;
 }
</style>