Html Css Color HEX #F4C080 Corvette

📋 copy color: '#F4C080'

red 244 ◦ green 192 ◦ blue 128

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

Shades of Corvette #F4C080

Tints of Corvette #F4C080

RGB

 RED value IS 244 (95.7% from 255) = 43.26%

 GREEN value IS 192 (75.39% from 255) = 34.04%

 BLUE value IS 128 (50.39% from 255) = 22.7%

R = 43.26%
G = 34.04%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4C080 (or 0xF4C080) is known color: Corvette. HEX triplet: F4, C0 and 80. RGB value is (244,192,128). Sum of RGB (Red+Green+Blue) = 244+192+128=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C080 is #0B3F7F. Grayscale: #C8C8C8. Windows color (decimal): -737152 or 8438004. OLE color: 8438004.

HSL color Cylindrical-coordinate representation of color #F4C080: hue angle of 33.1º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4C080 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 192 128 -
CMYK 0 0.21 0.48 0.04
HSL 33.1º 0.84% 0.73% -
HSV(B) 33.1º 0.48% 0.96% -
XYZ 60.05 58.49 28.55 -
YUV 200.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 244 192 128 0 0.21 0.48 0.04 33.1 0.84 0.73
Hex F4 C0 80 0 15 30 4 21 54 49
Octal 364 300 200 0 25 60 4 41 124 111
Binary 11110100 11000000 10000000 0 10101 110000 100 100001 1010100 1001001

Color Harmonies of #F4C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C080

Black with #F4C080

Text Example


Text Example

White with #F4C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C080; }

 p { color: rgb(244,192,128); }

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

background-color css

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

 a { background-color: rgb(244,192,128); }

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

border-color css

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

 span { border-color: rgb(244,192,128); }

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