Html Css Color HEX #CA962D Fuel Yellow

📋 copy color: '#CA962D'

red 202 ◦ green 150 ◦ blue 45

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

Shades of Fuel Yellow #CA962D

Tints of Fuel Yellow #CA962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

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

R = 50.88%
G = 37.78%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA962D (or 0xCA962D) is known color: Fuel Yellow. HEX triplet: CA, 96 and 2D. RGB value is (202,150,45). Sum of RGB (Red+Green+Blue) = 202+150+45=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA962D is #3569D2. Grayscale: #9A9A9A. Windows color (decimal): -3500499 or 2987722. OLE color: 2987722.

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

Color convert

RGB 202 150 45 -
CMYK 0 0.26 0.78 0.21
HSL 40.13º 0.64% 0.48% -
HSV(B) 40.13º 0.78% 0.79% -
XYZ 35.74 34.56 7.27 -
YUV 153.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 202 150 45 0 0.26 0.78 0.21 40.13 0.64 0.48
Hex CA 96 2D 0 1A 4E 15 28 40 30
Octal 312 226 55 0 32 116 25 50 100 60
Binary 11001010 10010110 101101 0 11010 1001110 10101 101000 1000000 110000

Color Harmonies of #CA962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA962D

Black with #CA962D

Text Example


Text Example

White with #CA962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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