Html Css Color HEX #C88F2A Fuel Yellow

📋 copy color: '#C88F2A'

red 200 ◦ green 143 ◦ blue 42

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

Shades of Fuel Yellow #C88F2A

Tints of Fuel Yellow #C88F2A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

 BLUE value IS 42 (16.8% from 255) = 10.91%

R = 51.95%
G = 37.14%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C88F2A (or 0xC88F2A) is known color: Fuel Yellow. HEX triplet: C8, 8F and 2A. RGB value is (200,143,42). Sum of RGB (Red+Green+Blue) = 200+143+42=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F2A is #3770D5. Grayscale: #949494. Windows color (decimal): -3633366 or 2789320. OLE color: 2789320.

HSL color Cylindrical-coordinate representation of color #C88F2A: hue angle of 38.35º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C88F2A is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 143 42 -
CMYK 0 0.28 0.79 0.22
HSL 38.35º 0.65% 0.47% -
HSV(B) 38.35º 0.79% 0.78% -
XYZ 34.06 32.09 6.59 -
YUV 148.53 67.88 164.71 -
System Red Green Blue C M Y K H S L
Decimal 200 143 42 0 0.28 0.79 0.22 38.35 0.65 0.47
Hex C8 8F 2A 0 1C 4F 16 26 41 2F
Octal 310 217 52 0 34 117 26 46 101 57
Binary 11001000 10001111 101010 0 11100 1001111 10110 100110 1000001 101111

Color Harmonies of #C88F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F2A

Black with #C88F2A

Text Example


Text Example

White with #C88F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F2A; }

 p { color: rgb(200,143,42); }

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

background-color css

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

 a { background-color: rgb(200,143,42); }

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

border-color css

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

 span { border-color: rgb(200,143,42); }

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