Html Css Color HEX #CF8D28 Fuel Yellow

📋 copy color: '#CF8D28'

red 207 ◦ green 141 ◦ blue 40

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

Shades of Fuel Yellow #CF8D28

Tints of Fuel Yellow #CF8D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

 BLUE value IS 40 (16.02% from 255) = 10.31%

R = 53.35%
G = 36.34%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF8D28 (or 0xCF8D28) is known color: Fuel Yellow. HEX triplet: CF, 8D and 28. RGB value is (207,141,40). Sum of RGB (Red+Green+Blue) = 207+141+40=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8D28 is #3072D7. Grayscale: #959595. Windows color (decimal): -3175128 or 2657743. OLE color: 2657743.

HSL color Cylindrical-coordinate representation of color #CF8D28: hue angle of 36.29º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF8D28 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 141 40 -
CMYK 0 0.32 0.81 0.19
HSL 36.29º 0.68% 0.48% -
HSV(B) 36.29º 0.81% 0.81% -
XYZ 35.64 32.47 6.4 -
YUV 149.22 66.37 169.21 -
System Red Green Blue C M Y K H S L
Decimal 207 141 40 0 0.32 0.81 0.19 36.29 0.68 0.48
Hex CF 8D 28 0 20 51 13 24 44 30
Octal 317 215 50 0 40 121 23 44 104 60
Binary 11001111 10001101 101000 0 100000 1010001 10011 100100 1000100 110000

Color Harmonies of #CF8D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D28

Black with #CF8D28

Text Example


Text Example

White with #CF8D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D28; }

 p { color: rgb(207,141,40); }

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

background-color css

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

 a { background-color: rgb(207,141,40); }

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

border-color css

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

 span { border-color: rgb(207,141,40); }

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