#cf953b

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

Shades of Fuel Yellow #CF953B

Tints of Fuel Yellow #CF953B

Color information

#CF953B (or 0xCF953B) is unknown color: approx Fuel Yellow. HEX triplet: CF, 95 and 3B. RGB value is (207,149,59). Sum of RGB (Red+Green+Blue) = 207+149+59=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF953B is #306AC4. Grayscale: #9C9C9C. Windows color (decimal): -3173061 or 3904975. OLE color: 3904975.

HSL color Cylindrical-coordinate representation of color #CF953B: hue angle of 36.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF953B is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20714959-
CMYK00.280.710.19
HSL36.49º60.66%52.16%-
HSV(B)36.49º71.5%81.18%-
XYZ37.2735.088.94-
YUV156.0873.22164.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 59 (23.44% from 255) = 14.22%
R=49.88%
G=35.90%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071495900.280.710.1936.4960.6652.16
HexCF953B01C4713243d34
Octal3172257303410723447564
Binary1100111110010101111011011100100011110011100100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf953b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf953b; }

 p { color: rgb(207,149,59); }

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

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

 a { background-color: rgb(207,149,59); }

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

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

 span { border-color: rgb(207,149,59); }

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