Html Css Color HEX #CF9030 Fuel Yellow

📋 copy color: '#CF9030'

red 207 ◦ green 144 ◦ blue 48

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

Shades of Fuel Yellow #CF9030

Tints of Fuel Yellow #CF9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 51.88%
G = 36.09%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF9030 (or 0xCF9030) is known color: Fuel Yellow. HEX triplet: CF, 90 and 30. RGB value is (207,144,48). Sum of RGB (Red+Green+Blue) = 207+144+48=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9030 is #306FCF. Grayscale: #989898. Windows color (decimal): -3174352 or 3182799. OLE color: 3182799.

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

Color convert

RGB 207 144 48 -
CMYK 0 0.30 0.77 0.19
HSL 36.23º 0.62% 0.5% -
HSV(B) 36.23º 0.77% 0.81% -
XYZ 36.24 33.43 7.34 -
YUV 151.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 207 144 48 0 0.30 0.77 0.19 36.23 0.62 0.5
Hex CF 90 30 0 1E 4D 13 24 3E 32
Octal 317 220 60 0 36 115 23 44 76 62
Binary 11001111 10010000 110000 0 11110 1001101 10011 100100 111110 110010

Color Harmonies of #CF9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9030

Black with #CF9030

Text Example


Text Example

White with #CF9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9030; }

 p { color: rgb(207,144,48); }

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

background-color css

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

 a { background-color: rgb(207,144,48); }

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

border-color css

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

 span { border-color: rgb(207,144,48); }

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