Html Css Color HEX #F0BF7E Corvette

📋 copy color: '#F0BF7E'

red 240 ◦ green 191 ◦ blue 126

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

Shades of Corvette #F0BF7E

Tints of Corvette #F0BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 34.29%

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

R = 43.09%
G = 34.29%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0BF7E (or 0xF0BF7E) is known color: Corvette. HEX triplet: F0, BF and 7E. RGB value is (240,191,126). Sum of RGB (Red+Green+Blue) = 240+191+126=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF7E is #0F4081. Grayscale: #C6C6C6. Windows color (decimal): -999554 or 8306672. OLE color: 8306672.

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

Color convert

RGB 240 191 126 -
CMYK 0 0.20 0.48 0.06
HSL 34.21º 0.79% 0.72% -
HSV(B) 34.21º 0.48% 0.94% -
XYZ 58.33 57.29 27.72 -
YUV 198.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 240 191 126 0 0.20 0.48 0.06 34.21 0.79 0.72
Hex F0 BF 7E 0 14 30 6 22 4F 48
Octal 360 277 176 0 24 60 6 42 117 110
Binary 11110000 10111111 1111110 0 10100 110000 110 100010 1001111 1001000

Color Harmonies of #F0BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF7E

Black with #F0BF7E

Text Example


Text Example

White with #F0BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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