Html Css Color HEX #F0BB7E Corvette

📋 copy color: '#F0BB7E'

red 240 ◦ green 187 ◦ blue 126

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

Shades of Corvette #F0BB7E

Tints of Corvette #F0BB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.78%

R = 43.4%
G = 33.82%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0BB7E (or 0xF0BB7E) is known color: Corvette. HEX triplet: F0, BB and 7E. RGB value is (240,187,126). Sum of RGB (Red+Green+Blue) = 240+187+126=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB7E is #0F4481. Grayscale: #C4C4C4. Windows color (decimal): -1000578 or 8305648. OLE color: 8305648.

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

Color convert

RGB 240 187 126 -
CMYK 0 0.22 0.48 0.06
HSL 32.11º 0.79% 0.72% -
HSV(B) 32.11º 0.48% 0.94% -
XYZ 57.47 55.57 27.44 -
YUV 195.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 240 187 126 0 0.22 0.48 0.06 32.11 0.79 0.72
Hex F0 BB 7E 0 16 30 6 20 4F 48
Octal 360 273 176 0 26 60 6 40 117 110
Binary 11110000 10111011 1111110 0 10110 110000 110 100000 1001111 1001000

Color Harmonies of #F0BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BB7E

Black with #F0BB7E

Text Example


Text Example

White with #F0BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BB7E; }

 p { color: rgb(240,187,126); }

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

background-color css

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

 a { background-color: rgb(240,187,126); }

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

border-color css

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

 span { border-color: rgb(240,187,126); }

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