Html Css Color HEX #CC912E Fuel Yellow

📋 copy color: '#CC912E'

red 204 ◦ green 145 ◦ blue 46

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

Shades of Fuel Yellow #CC912E

Tints of Fuel Yellow #CC912E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 51.65%
G = 36.71%
B = 11.65%

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

#CC912E (or 0xCC912E) is known color: Fuel Yellow. HEX triplet: CC, 91 and 2E. RGB value is (204,145,46). Sum of RGB (Red+Green+Blue) = 204+145+46=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC912E is #336ED1. Grayscale: #979797. Windows color (decimal): -3370706 or 3051980. OLE color: 3051980.

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

Color convert

RGB 204 145 46 -
CMYK 0 0.29 0.77 0.2
HSL 37.59º 0.63% 0.49% -
HSV(B) 37.59º 0.77% 0.8% -
XYZ 35.52 33.29 7.14 -
YUV 151.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 204 145 46 0 0.29 0.77 0.2 37.59 0.63 0.49
Hex CC 91 2E 0 1D 4D 14 26 3F 31
Octal 314 221 56 0 35 115 24 46 77 61
Binary 11001100 10010001 101110 0 11101 1001101 10100 100110 111111 110001

Color Harmonies of #CC912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC912E

Black with #CC912E

Text Example


Text Example

White with #CC912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC912E; }

 p { color: rgb(204,145,46); }

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

background-color css

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

 a { background-color: rgb(204,145,46); }

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

border-color css

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

 span { border-color: rgb(204,145,46); }

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