Html Css Color HEX #F4BB80 Corvette

📋 copy color: '#F4BB80'

red 244 ◦ green 187 ◦ blue 128

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

Shades of Corvette #F4BB80

Tints of Corvette #F4BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.45%

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

R = 43.65%
G = 33.45%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4BB80 (or 0xF4BB80) is known color: Corvette. HEX triplet: F4, BB and 80. RGB value is (244,187,128). Sum of RGB (Red+Green+Blue) = 244+187+128=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BB80 is #0B447F. Grayscale: #C5C5C5. Windows color (decimal): -738432 or 8436724. OLE color: 8436724.

HSL color Cylindrical-coordinate representation of color #F4BB80: hue angle of 30.52º 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 #F4BB80 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 187 128 -
CMYK 0 0.23 0.48 0.04
HSL 30.52º 0.84% 0.73% -
HSV(B) 30.52º 0.48% 0.96% -
XYZ 58.97 56.33 28.19 -
YUV 197.32 88.88 161.3 -
System Red Green Blue C M Y K H S L
Decimal 244 187 128 0 0.23 0.48 0.04 30.52 0.84 0.73
Hex F4 BB 80 0 17 30 4 1F 54 49
Octal 364 273 200 0 27 60 4 37 124 111
Binary 11110100 10111011 10000000 0 10111 110000 100 11111 1010100 1001001

Color Harmonies of #F4BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BB80

Black with #F4BB80

Text Example


Text Example

White with #F4BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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