Html Css Color HEX #CF9E3E Fuel Yellow

📋 copy color: '#CF9E3E'

red 207 ◦ green 158 ◦ blue 62

#CF9E3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #CF9E3E

Tints of Fuel Yellow #CF9E3E

RGB

 RED value IS 207 (81.25% from 255) = 48.48%

 GREEN value IS 158 (62.11% from 255) = 37%

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 48.48%
G = 37%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF9E3E (or 0xCF9E3E) is known color: Fuel Yellow. HEX triplet: CF, 9E and 3E. RGB value is (207,158,62). Sum of RGB (Red+Green+Blue) = 207+158+62=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E3E is #3061C1. Grayscale: #A2A2A2. Windows color (decimal): -3170754 or 4103887. OLE color: 4103887.

HSL color Cylindrical-coordinate representation of color #CF9E3E: hue angle of 39.72º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF9E3E is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 158 62 -
CMYK 0 0.24 0.70 0.19
HSL 39.72º 0.6% 0.53% -
HSV(B) 39.72º 0.7% 0.81% -
XYZ 38.83 38.07 9.86 -
YUV 161.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 207 158 62 0 0.24 0.70 0.19 39.72 0.6 0.53
Hex CF 9E 3E 0 18 46 13 28 3C 35
Octal 317 236 76 0 30 106 23 50 74 65
Binary 11001111 10011110 111110 0 11000 1000110 10011 101000 111100 110101

Color Harmonies of #CF9E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E3E

Black with #CF9E3E

Text Example


Text Example

White with #CF9E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E3E; }

 p { color: rgb(207,158,62); }

 H1.HeaderClassName
 {
   color: #CF9E3E;
 }
 .AnyTagClassName
 {
   color: #CF9E3E;
 }
</style>

background-color css

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

 a { background-color: rgb(207,158,62); }

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

border-color css

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

 span { border-color: rgb(207,158,62); }

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