Html Css Color HEX #CA962E Fuel Yellow

📋 copy color: '#CA962E'

red 202 ◦ green 150 ◦ blue 46

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

Shades of Fuel Yellow #CA962E

Tints of Fuel Yellow #CA962E

RGB

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

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

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

R = 50.75%
G = 37.69%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA962E (or 0xCA962E) is known color: Fuel Yellow. HEX triplet: CA, 96 and 2E. RGB value is (202,150,46). Sum of RGB (Red+Green+Blue) = 202+150+46=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA962E is #3569D1. Grayscale: #9A9A9A. Windows color (decimal): -3500498 or 3053258. OLE color: 3053258.

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

Color convert

RGB 202 150 46 -
CMYK 0 0.26 0.77 0.21
HSL 40º 0.63% 0.49% -
HSV(B) 40º 0.77% 0.79% -
XYZ 35.76 34.57 7.37 -
YUV 153.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 202 150 46 0 0.26 0.77 0.21 40 0.63 0.49
Hex CA 96 2E 0 1A 4D 15 28 3F 31
Octal 312 226 56 0 32 115 25 50 77 61
Binary 11001010 10010110 101110 0 11010 1001101 10101 101000 111111 110001

Color Harmonies of #CA962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA962E

Black with #CA962E

Text Example


Text Example

White with #CA962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA962E; }

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

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

background-color css

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

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

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

border-color css

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

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

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