Html Css Color HEX #CA9028 Fuel Yellow

📋 copy color: '#CA9028'

red 202 ◦ green 144 ◦ blue 40

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

Shades of Fuel Yellow #CA9028

Tints of Fuel Yellow #CA9028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 40 (16.02% from 255) = 10.36%

R = 52.33%
G = 37.31%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA9028 (or 0xCA9028) is known color: Fuel Yellow. HEX triplet: CA, 90 and 28. RGB value is (202,144,40). Sum of RGB (Red+Green+Blue) = 202+144+40=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9028 is #356FD7. Grayscale: #959595. Windows color (decimal): -3502040 or 2658506. OLE color: 2658506.

HSL color Cylindrical-coordinate representation of color #CA9028: hue angle of 38.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA9028 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 40 -
CMYK 0 0.29 0.80 0.21
HSL 38.52º 0.67% 0.47% -
HSV(B) 38.52º 0.8% 0.79% -
XYZ 34.71 32.66 6.48 -
YUV 149.49 66.22 165.46 -
System Red Green Blue C M Y K H S L
Decimal 202 144 40 0 0.29 0.80 0.21 38.52 0.67 0.47
Hex CA 90 28 0 1D 50 15 27 43 2F
Octal 312 220 50 0 35 120 25 47 103 57
Binary 11001010 10010000 101000 0 11101 1010000 10101 100111 1000011 101111

Color Harmonies of #CA9028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9028

Black with #CA9028

Text Example


Text Example

White with #CA9028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9028; }

 p { color: rgb(202,144,40); }

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

background-color css

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

 a { background-color: rgb(202,144,40); }

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

border-color css

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

 span { border-color: rgb(202,144,40); }

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