Html Css Color HEX #CA972B Fuel Yellow

📋 copy color: '#CA972B'

red 202 ◦ green 151 ◦ blue 43

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

Shades of Fuel Yellow #CA972B

Tints of Fuel Yellow #CA972B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.86%

R = 51.01%
G = 38.13%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA972B (or 0xCA972B) is known color: Fuel Yellow. HEX triplet: CA, 97 and 2B. RGB value is (202,151,43). Sum of RGB (Red+Green+Blue) = 202+151+43=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA972B is #3568D4. Grayscale: #9A9A9A. Windows color (decimal): -3500245 or 2856906. OLE color: 2856906.

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

Color convert

RGB 202 151 43 -
CMYK 0 0.25 0.79 0.21
HSL 40.75º 0.65% 0.48% -
HSV(B) 40.75º 0.79% 0.79% -
XYZ 35.86 34.86 7.12 -
YUV 153.94 65.4 162.28 -
System Red Green Blue C M Y K H S L
Decimal 202 151 43 0 0.25 0.79 0.21 40.75 0.65 0.48
Hex CA 97 2B 0 19 4F 15 29 41 30
Octal 312 227 53 0 31 117 25 51 101 60
Binary 11001010 10010111 101011 0 11001 1001111 10101 101001 1000001 110000

Color Harmonies of #CA972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA972B

Black with #CA972B

Text Example


Text Example

White with #CA972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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