Html Css Color HEX #CA8F29 Fuel Yellow

📋 copy color: '#CA8F29'

red 202 ◦ green 143 ◦ blue 41

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

Shades of Fuel Yellow #CA8F29

Tints of Fuel Yellow #CA8F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.62%

R = 52.33%
G = 37.05%
B = 10.62%

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

#CA8F29 (or 0xCA8F29) is known color: Fuel Yellow. HEX triplet: CA, 8F and 29. RGB value is (202,143,41). Sum of RGB (Red+Green+Blue) = 202+143+41=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F29 is #3570D6. Grayscale: #959595. Windows color (decimal): -3502295 or 2723786. OLE color: 2723786.

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

Color convert

RGB 202 143 41 -
CMYK 0 0.29 0.80 0.21
HSL 38.01º 0.66% 0.48% -
HSV(B) 38.01º 0.8% 0.79% -
XYZ 34.58 32.36 6.52 -
YUV 149.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 202 143 41 0 0.29 0.80 0.21 38.01 0.66 0.48
Hex CA 8F 29 0 1D 50 15 26 42 30
Octal 312 217 51 0 35 120 25 46 102 60
Binary 11001010 10001111 101001 0 11101 1010000 10101 100110 1000010 110000

Color Harmonies of #CA8F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F29

Black with #CA8F29

Text Example


Text Example

White with #CA8F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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