#CF993C

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

Shades of Fuel Yellow #CF993C

Tints of Fuel Yellow #CF993C

Color information

#CF993C (or 0xCF993C) is unknown color: approx Fuel Yellow. HEX triplet: CF, 99 and 3C. RGB value is (207,153,60). Sum of RGB (Red+Green+Blue) = 207+153+60=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF993C is #3066C3. Grayscale: #9E9E9E. Windows color (decimal): -3172036 or 3971535. OLE color: 3971535.

HSL color Cylindrical-coordinate representation of color #CF993C: hue angle of 37.96º degrees, saturation: 0.6, 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 #CF993C is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20715360-
CMYK00.260.710.19
HSL37.96º60.49%52.35%-
HSV(B)37.96º71.01%81.18%-
XYZ37.9436.379.3-
YUV158.5472.39162.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 60 (23.83% from 255) = 14.29%
R=49.29%
G=36.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071536000.260.710.1937.9660.4952.35
HexCF993C01A4713263c34
Octal3172317403210723467464
Binary1100111110011001111100011010100011110011100110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF993C; }

 p { color: rgb(207,153,60); }

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

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

 a { background-color: rgb(207,153,60); }

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

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

 span { border-color: rgb(207,153,60); }

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