Html Css Color HEX #CF992E Fuel Yellow

📋 copy color: '#CF992E'

red 207 ◦ green 153 ◦ blue 46

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

Shades of Fuel Yellow #CF992E

Tints of Fuel Yellow #CF992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.68%

 BLUE value IS 46 (18.36% from 255) = 11.33%

R = 50.99%
G = 37.68%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF992E (or 0xCF992E) is known color: Fuel Yellow. HEX triplet: CF, 99 and 2E. RGB value is (207,153,46). Sum of RGB (Red+Green+Blue) = 207+153+46=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF992E is #3066D1. Grayscale: #9D9D9D. Windows color (decimal): -3172050 or 3054031. OLE color: 3054031.

HSL color Cylindrical-coordinate representation of color #CF992E: hue angle of 39.88º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF992E is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 46 -
CMYK 0 0.26 0.78 0.19
HSL 39.88º 0.64% 0.5% -
HSV(B) 39.88º 0.78% 0.81% -
XYZ 37.62 36.25 7.6 -
YUV 156.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 207 153 46 0 0.26 0.78 0.19 39.88 0.64 0.5
Hex CF 99 2E 0 1A 4E 13 28 40 32
Octal 317 231 56 0 32 116 23 50 100 62
Binary 11001111 10011001 101110 0 11010 1001110 10011 101000 1000000 110010

Color Harmonies of #CF992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF992E

Black with #CF992E

Text Example


Text Example

White with #CF992E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF992E; }

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

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

background-color css

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

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

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

border-color css

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

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

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