Html Css Color HEX #F0B880 Corvette

📋 copy color: '#F0B880'

red 240 ◦ green 184 ◦ blue 128

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

Shades of Corvette #F0B880

Tints of Corvette #F0B880

RGB

 RED value IS 240 (94.14% from 255) = 43.48%

 GREEN value IS 184 (72.27% from 255) = 33.33%

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

R = 43.48%
G = 33.33%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0B880 (or 0xF0B880) is known color: Corvette. HEX triplet: F0, B8 and 80. RGB value is (240,184,128). Sum of RGB (Red+Green+Blue) = 240+184+128=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B880 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B880 is #0F477F. Grayscale: #C2C2C2. Windows color (decimal): -1001344 or 8435952. OLE color: 8435952.

HSL color Cylindrical-coordinate representation of color #F0B880: hue angle of 30º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0B880 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 184 128 -
CMYK 0 0.23 0.47 0.06
HSL 30º 0.79% 0.72% -
HSV(B) 30º 0.47% 0.94% -
XYZ 56.97 54.36 27.91 -
YUV 194.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 240 184 128 0 0.23 0.47 0.06 30 0.79 0.72
Hex F0 B8 80 0 17 2F 6 1E 4F 48
Octal 360 270 200 0 27 57 6 36 117 110
Binary 11110000 10111000 10000000 0 10111 101111 110 11110 1001111 1001000

Color Harmonies of #F0B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B880

Black with #F0B880

Text Example


Text Example

White with #F0B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B880; }

 p { color: rgb(240,184,128); }

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

background-color css

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

 a { background-color: rgb(240,184,128); }

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

border-color css

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

 span { border-color: rgb(240,184,128); }

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