Html Css Color HEX #CA9933 Fuel Yellow

📋 copy color: '#CA9933'

red 202 ◦ green 153 ◦ blue 51

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

Shades of Fuel Yellow #CA9933

Tints of Fuel Yellow #CA9933

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.68%

 BLUE value IS 51 (20.31% from 255) = 12.56%

R = 49.75%
G = 37.68%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA9933 (or 0xCA9933) is known color: Fuel Yellow. HEX triplet: CA, 99 and 33. RGB value is (202,153,51). Sum of RGB (Red+Green+Blue) = 202+153+51=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9933 is #3566CC. Grayscale: #9C9C9C. Windows color (decimal): -3499725 or 3381706. OLE color: 3381706.

HSL color Cylindrical-coordinate representation of color #CA9933: hue angle of 40.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA9933 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 51 -
CMYK 0 0.24 0.75 0.21
HSL 40.53º 0.6% 0.5% -
HSV(B) 40.53º 0.75% 0.79% -
XYZ 36.35 35.58 8.08 -
YUV 156.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 202 153 51 0 0.24 0.75 0.21 40.53 0.6 0.5
Hex CA 99 33 0 18 4B 15 29 3C 32
Octal 312 231 63 0 30 113 25 51 74 62
Binary 11001010 10011001 110011 0 11000 1001011 10101 101001 111100 110010

Color Harmonies of #CA9933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9933

Black with #CA9933

Text Example


Text Example

White with #CA9933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9933; }

 p { color: rgb(202,153,51); }

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

background-color css

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

 a { background-color: rgb(202,153,51); }

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

border-color css

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

 span { border-color: rgb(202,153,51); }

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