Html Css Color HEX #F0B777 Corvette

📋 copy color: '#F0B777'

red 240 ◦ green 183 ◦ blue 119

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

Shades of Corvette #F0B777

Tints of Corvette #F0B777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.96%

R = 44.28%
G = 33.76%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F0B777 (or 0xF0B777) is known color: Corvette. HEX triplet: F0, B7 and 77. RGB value is (240,183,119). Sum of RGB (Red+Green+Blue) = 240+183+119=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 119 (46.88% from 255 or 21.96% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B777 is #0F4888. Grayscale: #C1C1C1. Windows color (decimal): -1001609 or 7845872. OLE color: 7845872.

HSL color Cylindrical-coordinate representation of color #F0B777: hue angle of 31.74º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0B777 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 119 -
CMYK 0 0.24 0.50 0.06
HSL 31.74º 0.8% 0.7% -
HSV(B) 31.74º 0.5% 0.94% -
XYZ 56.2 53.72 24.86 -
YUV 192.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 240 183 119 0 0.24 0.50 0.06 31.74 0.8 0.7
Hex F0 B7 77 0 18 32 6 20 50 46
Octal 360 267 167 0 30 62 6 40 120 106
Binary 11110000 10110111 1110111 0 11000 110010 110 100000 1010000 1000110

Color Harmonies of #F0B777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B777

Black with #F0B777

Text Example


Text Example

White with #F0B777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B777; }

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

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

background-color css

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

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

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

border-color css

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

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

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