Html Css Color HEX #C88E2C Fuel Yellow

📋 copy color: '#C88E2C'

red 200 ◦ green 142 ◦ blue 44

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

Shades of Fuel Yellow #C88E2C

Tints of Fuel Yellow #C88E2C

RGB

 RED value IS 200 (78.52% from 255) = 51.81%

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 44 (17.58% from 255) = 11.4%

R = 51.81%
G = 36.79%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C88E2C (or 0xC88E2C) is known color: Fuel Yellow. HEX triplet: C8, 8E and 2C. RGB value is (200,142,44). Sum of RGB (Red+Green+Blue) = 200+142+44=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E2C is #3771D3. Grayscale: #949494. Windows color (decimal): -3633620 or 2920136. OLE color: 2920136.

HSL color Cylindrical-coordinate representation of color #C88E2C: hue angle of 37.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C88E2C is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 142 44 -
CMYK 0 0.29 0.78 0.22
HSL 37.69º 0.64% 0.48% -
HSV(B) 37.69º 0.78% 0.78% -
XYZ 33.95 31.81 6.73 -
YUV 148.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 200 142 44 0 0.29 0.78 0.22 37.69 0.64 0.48
Hex C8 8E 2C 0 1D 4E 16 26 40 30
Octal 310 216 54 0 35 116 26 46 100 60
Binary 11001000 10001110 101100 0 11101 1001110 10110 100110 1000000 110000

Color Harmonies of #C88E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E2C

Black with #C88E2C

Text Example


Text Example

White with #C88E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E2C; }

 p { color: rgb(200,142,44); }

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

background-color css

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

 a { background-color: rgb(200,142,44); }

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

border-color css

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

 span { border-color: rgb(200,142,44); }

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