Html Css Color HEX #CA8C2E Fuel Yellow

📋 copy color: '#CA8C2E'

red 202 ◦ green 140 ◦ blue 46

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

Shades of Fuel Yellow #CA8C2E

Tints of Fuel Yellow #CA8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.08%

 BLUE value IS 46 (18.36% from 255) = 11.86%

R = 52.06%
G = 36.08%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA8C2E (or 0xCA8C2E) is known color: Fuel Yellow. HEX triplet: CA, 8C and 2E. RGB value is (202,140,46). Sum of RGB (Red+Green+Blue) = 202+140+46=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C2E is #3573D1. Grayscale: #949494. Windows color (decimal): -3503058 or 3050698. OLE color: 3050698.

HSL color Cylindrical-coordinate representation of color #CA8C2E: hue angle of 36.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA8C2E is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 140 46 -
CMYK 0 0.31 0.77 0.21
HSL 36.15º 0.63% 0.49% -
HSV(B) 36.15º 0.77% 0.79% -
XYZ 34.23 31.51 6.86 -
YUV 147.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 202 140 46 0 0.31 0.77 0.21 36.15 0.63 0.49
Hex CA 8C 2E 0 1F 4D 15 24 3F 31
Octal 312 214 56 0 37 115 25 44 77 61
Binary 11001010 10001100 101110 0 11111 1001101 10101 100100 111111 110001

Color Harmonies of #CA8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C2E

Black with #CA8C2E

Text Example


Text Example

White with #CA8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C2E; }

 p { color: rgb(202,140,46); }

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

background-color css

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

 a { background-color: rgb(202,140,46); }

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

border-color css

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

 span { border-color: rgb(202,140,46); }

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