Html Css Color HEX #F0B779 Corvette

📋 copy color: '#F0B779'

red 240 ◦ green 183 ◦ blue 121

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

Shades of Corvette #F0B779

Tints of Corvette #F0B779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.24%

R = 44.12%
G = 33.64%
B = 22.24%

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

#F0B779 (or 0xF0B779) is known color: Corvette. HEX triplet: F0, B7 and 79. RGB value is (240,183,121). Sum of RGB (Red+Green+Blue) = 240+183+121=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 121 (47.66% from 255 or 22.24% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B779 is #0F4886. Grayscale: #C1C1C1. Windows color (decimal): -1001607 or 7976944. OLE color: 7976944.

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

Color convert

RGB 240 183 121 -
CMYK 0 0.24 0.50 0.06
HSL 31.26º 0.8% 0.71% -
HSV(B) 31.26º 0.5% 0.94% -
XYZ 56.32 53.77 25.5 -
YUV 192.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 240 183 121 0 0.24 0.50 0.06 31.26 0.8 0.71
Hex F0 B7 79 0 18 32 6 1F 50 47
Octal 360 267 171 0 30 62 6 37 120 107
Binary 11110000 10110111 1111001 0 11000 110010 110 11111 1010000 1000111

Color Harmonies of #F0B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B779

Black with #F0B779

Text Example


Text Example

White with #F0B779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B779; }

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

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

background-color css

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

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

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

border-color css

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

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

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