Html Css Color HEX #F0BC7F Corvette

📋 copy color: '#F0BC7F'

red 240 ◦ green 188 ◦ blue 127

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

Shades of Corvette #F0BC7F

Tints of Corvette #F0BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.87%

 BLUE value IS 127 (50% from 255) = 22.88%

R = 43.24%
G = 33.87%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0BC7F (or 0xF0BC7F) is known color: Corvette. HEX triplet: F0, BC and 7F. RGB value is (240,188,127). Sum of RGB (Red+Green+Blue) = 240+188+127=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC7F is #0F4380. Grayscale: #C4C4C4. Windows color (decimal): -1000321 or 8371440. OLE color: 8371440.

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

Color convert

RGB 240 188 127 -
CMYK 0 0.22 0.47 0.06
HSL 32.39º 0.79% 0.72% -
HSV(B) 32.39º 0.47% 0.94% -
XYZ 57.75 56.02 27.85 -
YUV 196.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 240 188 127 0 0.22 0.47 0.06 32.39 0.79 0.72
Hex F0 BC 7F 0 16 2F 6 20 4F 48
Octal 360 274 177 0 26 57 6 40 117 110
Binary 11110000 10111100 1111111 0 10110 101111 110 100000 1001111 1001000

Color Harmonies of #F0BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC7F

Black with #F0BC7F

Text Example


Text Example

White with #F0BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC7F; }

 p { color: rgb(240,188,127); }

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

background-color css

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

 a { background-color: rgb(240,188,127); }

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

border-color css

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

 span { border-color: rgb(240,188,127); }

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