Html Css Color HEX #CF9830 Fuel Yellow

📋 copy color: '#CF9830'

red 207 ◦ green 152 ◦ blue 48

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

Shades of Fuel Yellow #CF9830

Tints of Fuel Yellow #CF9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.35%

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

R = 50.86%
G = 37.35%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF9830 (or 0xCF9830) is known color: Fuel Yellow. HEX triplet: CF, 98 and 30. RGB value is (207,152,48). Sum of RGB (Red+Green+Blue) = 207+152+48=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9830 is #3067CF. Grayscale: #9D9D9D. Windows color (decimal): -3172304 or 3184847. OLE color: 3184847.

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

Color convert

RGB 207 152 48 -
CMYK 0 0.27 0.77 0.19
HSL 39.25º 0.62% 0.5% -
HSV(B) 39.25º 0.77% 0.81% -
XYZ 37.49 35.94 7.76 -
YUV 156.59 66.72 163.96 -
System Red Green Blue C M Y K H S L
Decimal 207 152 48 0 0.27 0.77 0.19 39.25 0.62 0.5
Hex CF 98 30 0 1B 4D 13 27 3E 32
Octal 317 230 60 0 33 115 23 47 76 62
Binary 11001111 10011000 110000 0 11011 1001101 10011 100111 111110 110010

Color Harmonies of #CF9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9830

Black with #CF9830

Text Example


Text Example

White with #CF9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9830; }

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

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

background-color css

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

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

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

border-color css

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

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

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