Html Css Color HEX #CA8E2D Fuel Yellow

📋 copy color: '#CA8E2D'

red 202 ◦ green 142 ◦ blue 45

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

Shades of Fuel Yellow #CA8E2D

Tints of Fuel Yellow #CA8E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.57%

R = 51.93%
G = 36.5%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA8E2D (or 0xCA8E2D) is known color: Fuel Yellow. HEX triplet: CA, 8E and 2D. RGB value is (202,142,45). Sum of RGB (Red+Green+Blue) = 202+142+45=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E2D is #3571D2. Grayscale: #959595. Windows color (decimal): -3502547 or 2985674. OLE color: 2985674.

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

Color convert

RGB 202 142 45 -
CMYK 0 0.30 0.78 0.21
HSL 37.07º 0.64% 0.48% -
HSV(B) 37.07º 0.78% 0.79% -
XYZ 34.5 32.09 6.86 -
YUV 148.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 202 142 45 0 0.30 0.78 0.21 37.07 0.64 0.48
Hex CA 8E 2D 0 1E 4E 15 25 40 30
Octal 312 216 55 0 36 116 25 45 100 60
Binary 11001010 10001110 101101 0 11110 1001110 10101 100101 1000000 110000

Color Harmonies of #CA8E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E2D

Black with #CA8E2D

Text Example


Text Example

White with #CA8E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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