Html Css Color HEX #F0B97D Corvette

📋 copy color: '#F0B97D'

red 240 ◦ green 185 ◦ blue 125

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

Shades of Corvette #F0B97D

Tints of Corvette #F0B97D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 125 (49.22% from 255) = 22.73%

R = 43.64%
G = 33.64%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0B97D (or 0xF0B97D) is known color: Corvette. HEX triplet: F0, B9 and 7D. RGB value is (240,185,125). Sum of RGB (Red+Green+Blue) = 240+185+125=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B97D is #0F4682. Grayscale: #C2C2C2. Windows color (decimal): -1001091 or 8239600. OLE color: 8239600.

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

Color convert

RGB 240 185 125 -
CMYK 0 0.23 0.48 0.06
HSL 31.3º 0.79% 0.72% -
HSV(B) 31.3º 0.48% 0.94% -
XYZ 56.99 54.7 26.96 -
YUV 194.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 240 185 125 0 0.23 0.48 0.06 31.3 0.79 0.72
Hex F0 B9 7D 0 17 30 6 1F 4F 48
Octal 360 271 175 0 27 60 6 37 117 110
Binary 11110000 10111001 1111101 0 10111 110000 110 11111 1001111 1001000

Color Harmonies of #F0B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B97D

Black with #F0B97D

Text Example


Text Example

White with #F0B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B97D; }

 p { color: rgb(240,185,125); }

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

background-color css

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

 a { background-color: rgb(240,185,125); }

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

border-color css

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

 span { border-color: rgb(240,185,125); }

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