Html Css Color HEX #CA8F28 Fuel Yellow

📋 copy color: '#CA8F28'

red 202 ◦ green 143 ◦ blue 40

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

Shades of Fuel Yellow #CA8F28

Tints of Fuel Yellow #CA8F28

RGB

 RED value IS 202 (79.3% from 255) = 52.47%

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 52.47%
G = 37.14%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA8F28 (or 0xCA8F28) is known color: Fuel Yellow. HEX triplet: CA, 8F and 28. RGB value is (202,143,40). Sum of RGB (Red+Green+Blue) = 202+143+40=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F28 is #3570D7. Grayscale: #959595. Windows color (decimal): -3502296 or 2658250. OLE color: 2658250.

HSL color Cylindrical-coordinate representation of color #CA8F28: hue angle of 38.15º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA8F28 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 143 40 -
CMYK 0 0.29 0.80 0.21
HSL 38.15º 0.67% 0.47% -
HSV(B) 38.15º 0.8% 0.79% -
XYZ 34.56 32.35 6.43 -
YUV 148.9 66.55 165.88 -
System Red Green Blue C M Y K H S L
Decimal 202 143 40 0 0.29 0.80 0.21 38.15 0.67 0.47
Hex CA 8F 28 0 1D 50 15 26 43 2F
Octal 312 217 50 0 35 120 25 46 103 57
Binary 11001010 10001111 101000 0 11101 1010000 10101 100110 1000011 101111

Color Harmonies of #CA8F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F28

Black with #CA8F28

Text Example


Text Example

White with #CA8F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F28; }

 p { color: rgb(202,143,40); }

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

background-color css

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

 a { background-color: rgb(202,143,40); }

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

border-color css

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

 span { border-color: rgb(202,143,40); }

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