Html Css Color HEX #CC902F Fuel Yellow

📋 copy color: '#CC902F'

red 204 ◦ green 144 ◦ blue 47

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

Shades of Fuel Yellow #CC902F

Tints of Fuel Yellow #CC902F

RGB

 RED value IS 204 (80.08% from 255) = 51.65%

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

 BLUE value IS 47 (18.75% from 255) = 11.9%

R = 51.65%
G = 36.46%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC902F (or 0xCC902F) is known color: Fuel Yellow. HEX triplet: CC, 90 and 2F. RGB value is (204,144,47). Sum of RGB (Red+Green+Blue) = 204+144+47=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC902F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC902F is #336FD0. Grayscale: #979797. Windows color (decimal): -3370961 or 3117260. OLE color: 3117260.

HSL color Cylindrical-coordinate representation of color #CC902F: hue angle of 37.07º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC902F is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 144 47 -
CMYK 0 0.29 0.77 0.2
HSL 37.07º 0.63% 0.49% -
HSV(B) 37.07º 0.77% 0.8% -
XYZ 35.39 32.99 7.19 -
YUV 150.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 204 144 47 0 0.29 0.77 0.2 37.07 0.63 0.49
Hex CC 90 2F 0 1D 4D 14 25 3F 31
Octal 314 220 57 0 35 115 24 45 77 61
Binary 11001100 10010000 101111 0 11101 1001101 10100 100101 111111 110001

Color Harmonies of #CC902F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC902F

Black with #CC902F

Text Example


Text Example

White with #CC902F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC902F; }

 p { color: rgb(204,144,47); }

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

background-color css

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

 a { background-color: rgb(204,144,47); }

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

border-color css

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

 span { border-color: rgb(204,144,47); }

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