Html Css Color HEX #CC942B Fuel Yellow

📋 copy color: '#CC942B'

red 204 ◦ green 148 ◦ blue 43

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

Shades of Fuel Yellow #CC942B

Tints of Fuel Yellow #CC942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 51.65%
G = 37.47%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC942B (or 0xCC942B) is known color: Fuel Yellow. HEX triplet: CC, 94 and 2B. RGB value is (204,148,43). Sum of RGB (Red+Green+Blue) = 204+148+43=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC942B is #336BD4. Grayscale: #999999. Windows color (decimal): -3369941 or 2856140. OLE color: 2856140.

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

Color convert

RGB 204 148 43 -
CMYK 0 0.27 0.79 0.2
HSL 39.13º 0.65% 0.48% -
HSV(B) 39.13º 0.79% 0.8% -
XYZ 35.93 34.19 6.99 -
YUV 152.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 204 148 43 0 0.27 0.79 0.2 39.13 0.65 0.48
Hex CC 94 2B 0 1B 4F 14 27 41 30
Octal 314 224 53 0 33 117 24 47 101 60
Binary 11001100 10010100 101011 0 11011 1001111 10100 100111 1000001 110000

Color Harmonies of #CC942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC942B

Black with #CC942B

Text Example


Text Example

White with #CC942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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