Html Css Color HEX #F0B780 Corvette

📋 copy color: '#F0B780'

red 240 ◦ green 183 ◦ blue 128

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

Shades of Corvette #F0B780

Tints of Corvette #F0B780

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.21%

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

R = 43.56%
G = 33.21%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0B780 (or 0xF0B780) is known color: Corvette. HEX triplet: F0, B7 and 80. RGB value is (240,183,128). Sum of RGB (Red+Green+Blue) = 240+183+128=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B780 is #0F487F. Grayscale: #C2C2C2. Windows color (decimal): -1001600 or 8435696. OLE color: 8435696.

HSL color Cylindrical-coordinate representation of color #F0B780: hue angle of 29.46º 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 #F0B780 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 128 -
CMYK 0 0.24 0.47 0.06
HSL 29.46º 0.79% 0.72% -
HSV(B) 29.46º 0.47% 0.94% -
XYZ 56.76 53.95 27.84 -
YUV 193.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 240 183 128 0 0.24 0.47 0.06 29.46 0.79 0.72
Hex F0 B7 80 0 18 2F 6 1D 4F 48
Octal 360 267 200 0 30 57 6 35 117 110
Binary 11110000 10110111 10000000 0 11000 101111 110 11101 1001111 1001000

Color Harmonies of #F0B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B780

Black with #F0B780

Text Example


Text Example

White with #F0B780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B780; }

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

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

background-color css

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

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

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

border-color css

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

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

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