Html Css Color HEX #CC912B Fuel Yellow

📋 copy color: '#CC912B'

red 204 ◦ green 145 ◦ blue 43

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

Shades of Fuel Yellow #CC912B

Tints of Fuel Yellow #CC912B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.97%

R = 52.04%
G = 36.99%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC912B (or 0xCC912B) is known color: Fuel Yellow. HEX triplet: CC, 91 and 2B. RGB value is (204,145,43). Sum of RGB (Red+Green+Blue) = 204+145+43=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC912B is #336ED4. Grayscale: #979797. Windows color (decimal): -3370709 or 2855372. OLE color: 2855372.

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

Color convert

RGB 204 145 43 -
CMYK 0 0.29 0.79 0.2
HSL 38.01º 0.65% 0.48% -
HSV(B) 38.01º 0.79% 0.8% -
XYZ 35.46 33.26 6.84 -
YUV 151.01 67.05 165.79 -
System Red Green Blue C M Y K H S L
Decimal 204 145 43 0 0.29 0.79 0.2 38.01 0.65 0.48
Hex CC 91 2B 0 1D 4F 14 26 41 30
Octal 314 221 53 0 35 117 24 46 101 60
Binary 11001100 10010001 101011 0 11101 1001111 10100 100110 1000001 110000

Color Harmonies of #CC912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC912B

Black with #CC912B

Text Example


Text Example

White with #CC912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC912B; }

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

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

background-color css

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

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

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

border-color css

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

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

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