Html Css Color HEX #F0BC78 Corvette

📋 copy color: '#F0BC78'

red 240 ◦ green 188 ◦ blue 120

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

Shades of Corvette #F0BC78

Tints of Corvette #F0BC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.9%

R = 43.8%
G = 34.31%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F0BC78 (or 0xF0BC78) is known color: Corvette. HEX triplet: F0, BC and 78. RGB value is (240,188,120). Sum of RGB (Red+Green+Blue) = 240+188+120=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BC78 is #0F4387. Grayscale: #C4C4C4. Windows color (decimal): -1000328 or 7912688. OLE color: 7912688.

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

Color convert

RGB 240 188 120 -
CMYK 0 0.22 0.5 0.06
HSL 34º 0.8% 0.71% -
HSV(B) 34º 0.5% 0.94% -
XYZ 57.31 55.85 25.53 -
YUV 195.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 240 188 120 0 0.22 0.5 0.06 34 0.8 0.71
Hex F0 BC 78 0 16 32 6 22 50 47
Octal 360 274 170 0 26 62 6 42 120 107
Binary 11110000 10111100 1111000 0 10110 110010 110 100010 1010000 1000111

Color Harmonies of #F0BC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BC78

Black with #F0BC78

Text Example


Text Example

White with #F0BC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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