Html Css Color HEX #CF9631 Fuel Yellow

📋 copy color: '#CF9631'

red 207 ◦ green 150 ◦ blue 49

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

Shades of Fuel Yellow #CF9631

Tints of Fuel Yellow #CF9631

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

 BLUE value IS 49 (19.53% from 255) = 12.07%

R = 50.99%
G = 36.95%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF9631 (or 0xCF9631) is known color: Fuel Yellow. HEX triplet: CF, 96 and 31. RGB value is (207,150,49). Sum of RGB (Red+Green+Blue) = 207+150+49=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9631 is #3069CE. Grayscale: #9B9B9B. Windows color (decimal): -3172815 or 3249871. OLE color: 3249871.

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

Color convert

RGB 207 150 49 -
CMYK 0 0.28 0.76 0.19
HSL 38.35º 0.62% 0.5% -
HSV(B) 38.35º 0.76% 0.81% -
XYZ 37.19 35.3 7.76 -
YUV 155.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 207 150 49 0 0.28 0.76 0.19 38.35 0.62 0.5
Hex CF 96 31 0 1C 4C 13 26 3E 32
Octal 317 226 61 0 34 114 23 46 76 62
Binary 11001111 10010110 110001 0 11100 1001100 10011 100110 111110 110010

Color Harmonies of #CF9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9631

Black with #CF9631

Text Example


Text Example

White with #CF9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9631; }

 p { color: rgb(207,150,49); }

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

background-color css

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

 a { background-color: rgb(207,150,49); }

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

border-color css

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

 span { border-color: rgb(207,150,49); }

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