Html Css Color HEX #CA8E2A Fuel Yellow

📋 copy color: '#CA8E2A'

red 202 ◦ green 142 ◦ blue 42

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

Shades of Fuel Yellow #CA8E2A

Tints of Fuel Yellow #CA8E2A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 42 (16.8% from 255) = 10.88%

R = 52.33%
G = 36.79%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA8E2A (or 0xCA8E2A) is known color: Fuel Yellow. HEX triplet: CA, 8E and 2A. RGB value is (202,142,42). Sum of RGB (Red+Green+Blue) = 202+142+42=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E2A is #3571D5. Grayscale: #959595. Windows color (decimal): -3502550 or 2789066. OLE color: 2789066.

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

Color convert

RGB 202 142 42 -
CMYK 0 0.30 0.79 0.21
HSL 37.5º 0.66% 0.48% -
HSV(B) 37.5º 0.79% 0.79% -
XYZ 34.45 32.07 6.56 -
YUV 148.54 67.88 166.13 -
System Red Green Blue C M Y K H S L
Decimal 202 142 42 0 0.30 0.79 0.21 37.5 0.66 0.48
Hex CA 8E 2A 0 1E 4F 15 26 42 30
Octal 312 216 52 0 36 117 25 46 102 60
Binary 11001010 10001110 101010 0 11110 1001111 10101 100110 1000010 110000

Color Harmonies of #CA8E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E2A

Black with #CA8E2A

Text Example


Text Example

White with #CA8E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E2A; }

 p { color: rgb(202,142,42); }

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

background-color css

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

 a { background-color: rgb(202,142,42); }

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

border-color css

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

 span { border-color: rgb(202,142,42); }

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