Html Css Color HEX #CF9531 Fuel Yellow

📋 copy color: '#CF9531'

red 207 ◦ green 149 ◦ blue 49

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

Shades of Fuel Yellow #CF9531

Tints of Fuel Yellow #CF9531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

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

R = 51.11%
G = 36.79%
B = 12.1%

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

#CF9531 (or 0xCF9531) is known color: Fuel Yellow. HEX triplet: CF, 95 and 31. RGB value is (207,149,49). Sum of RGB (Red+Green+Blue) = 207+149+49=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9531 is #306ACE. Grayscale: #9B9B9B. Windows color (decimal): -3173071 or 3249615. OLE color: 3249615.

HSL color Cylindrical-coordinate representation of color #CF9531: hue angle of 37.97º 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 #CF9531 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 49 -
CMYK 0 0.28 0.76 0.19
HSL 37.97º 0.62% 0.5% -
HSV(B) 37.97º 0.76% 0.81% -
XYZ 37.03 34.98 7.71 -
YUV 154.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 207 149 49 0 0.28 0.76 0.19 37.97 0.62 0.5
Hex CF 95 31 0 1C 4C 13 26 3E 32
Octal 317 225 61 0 34 114 23 46 76 62
Binary 11001111 10010101 110001 0 11100 1001100 10011 100110 111110 110010

Color Harmonies of #CF9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9531

Black with #CF9531

Text Example


Text Example

White with #CF9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9531; }

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

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

background-color css

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

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

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

border-color css

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

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

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