Html Css Color HEX #F0B57D Corvette

📋 copy color: '#F0B57D'

red 240 ◦ green 181 ◦ blue 125

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

Shades of Corvette #F0B57D

Tints of Corvette #F0B57D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.15%

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

R = 43.96%
G = 33.15%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0B57D (or 0xF0B57D) is known color: Corvette. HEX triplet: F0, B5 and 7D. RGB value is (240,181,125). Sum of RGB (Red+Green+Blue) = 240+181+125=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B57D is #0F4A82. Grayscale: #C0C0C0. Windows color (decimal): -1002115 or 8238576. OLE color: 8238576.

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

Color convert

RGB 240 181 125 -
CMYK 0 0.25 0.48 0.06
HSL 29.22º 0.79% 0.72% -
HSV(B) 29.22º 0.48% 0.94% -
XYZ 56.16 53.05 26.68 -
YUV 192.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 240 181 125 0 0.25 0.48 0.06 29.22 0.79 0.72
Hex F0 B5 7D 0 19 30 6 1D 4F 48
Octal 360 265 175 0 31 60 6 35 117 110
Binary 11110000 10110101 1111101 0 11001 110000 110 11101 1001111 1001000

Color Harmonies of #F0B57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B57D

Black with #F0B57D

Text Example


Text Example

White with #F0B57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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