Html Css Color HEX #CA972C Fuel Yellow

📋 copy color: '#CA972C'

red 202 ◦ green 151 ◦ blue 44

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

Shades of Fuel Yellow #CA972C

Tints of Fuel Yellow #CA972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.04%

 BLUE value IS 44 (17.58% from 255) = 11.08%

R = 50.88%
G = 38.04%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA972C (or 0xCA972C) is known color: Fuel Yellow. HEX triplet: CA, 97 and 2C. RGB value is (202,151,44). Sum of RGB (Red+Green+Blue) = 202+151+44=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA972C is #3568D3. Grayscale: #9A9A9A. Windows color (decimal): -3500244 or 2922442. OLE color: 2922442.

HSL color Cylindrical-coordinate representation of color #CA972C: hue angle of 40.63º 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 #CA972C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 151 44 -
CMYK 0 0.25 0.78 0.21
HSL 40.63º 0.64% 0.48% -
HSV(B) 40.63º 0.78% 0.79% -
XYZ 35.88 34.87 7.22 -
YUV 154.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 202 151 44 0 0.25 0.78 0.21 40.63 0.64 0.48
Hex CA 97 2C 0 19 4E 15 29 40 30
Octal 312 227 54 0 31 116 25 51 100 60
Binary 11001010 10010111 101100 0 11001 1001110 10101 101001 1000000 110000

Color Harmonies of #CA972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA972C

Black with #CA972C

Text Example


Text Example

White with #CA972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA972C; }

 p { color: rgb(202,151,44); }

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

background-color css

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

 a { background-color: rgb(202,151,44); }

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

border-color css

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

 span { border-color: rgb(202,151,44); }

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