Html Css Color HEX #C99233 Fuel Yellow

📋 copy color: '#C99233'

red 201 ◦ green 146 ◦ blue 51

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

Shades of Fuel Yellow #C99233

Tints of Fuel Yellow #C99233

RGB

 RED value IS 201 (78.91% from 255) = 50.5%

 GREEN value IS 146 (57.42% from 255) = 36.68%

 BLUE value IS 51 (20.31% from 255) = 12.81%

R = 50.5%
G = 36.68%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C99233 (or 0xC99233) is known color: Fuel Yellow. HEX triplet: C9, 92 and 33. RGB value is (201,146,51). Sum of RGB (Red+Green+Blue) = 201+146+51=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 51 (20.31% from 255 or 12.81% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C99233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99233 is #366DCC. Grayscale: #989898. Windows color (decimal): -3567053 or 3379913. OLE color: 3379913.

HSL color Cylindrical-coordinate representation of color #C99233: hue angle of 38º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C99233 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 146 51 -
CMYK 0 0.27 0.75 0.21
HSL 38º 0.6% 0.49% -
HSV(B) 38º 0.75% 0.79% -
XYZ 34.96 33.21 7.7 -
YUV 151.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 201 146 51 0 0.27 0.75 0.21 38 0.6 0.49
Hex C9 92 33 0 1B 4B 15 26 3C 31
Octal 311 222 63 0 33 113 25 46 74 61
Binary 11001001 10010010 110011 0 11011 1001011 10101 100110 111100 110001

Color Harmonies of #C99233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99233

Black with #C99233

Text Example


Text Example

White with #C99233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99233; }

 p { color: rgb(201,146,51); }

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

background-color css

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

 a { background-color: rgb(201,146,51); }

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

border-color css

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

 span { border-color: rgb(201,146,51); }

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