Html Css Color HEX #F2B978 Corvette

📋 copy color: '#F2B978'

red 242 ◦ green 185 ◦ blue 120

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

Shades of Corvette #F2B978

Tints of Corvette #F2B978

RGB

 RED value IS 242 (94.92% from 255) = 44.24%

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

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

R = 44.24%
G = 33.82%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2B978 (or 0xF2B978) is known color: Corvette. HEX triplet: F2, B9 and 78. RGB value is (242,185,120). Sum of RGB (Red+Green+Blue) = 242+185+120=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B978 is #0D4687. Grayscale: #C2C2C2. Windows color (decimal): -870024 or 7911922. OLE color: 7911922.

HSL color Cylindrical-coordinate representation of color #F2B978: hue angle of 31.97º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2B978 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 185 120 -
CMYK 0 0.24 0.50 0.05
HSL 31.97º 0.82% 0.71% -
HSV(B) 31.97º 0.5% 0.95% -
XYZ 57.36 54.93 25.35 -
YUV 194.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 242 185 120 0 0.24 0.50 0.05 31.97 0.82 0.71
Hex F2 B9 78 0 18 32 5 20 52 47
Octal 362 271 170 0 30 62 5 40 122 107
Binary 11110010 10111001 1111000 0 11000 110010 101 100000 1010010 1000111

Color Harmonies of #F2B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B978

Black with #F2B978

Text Example


Text Example

White with #F2B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B978; }

 p { color: rgb(242,185,120); }

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

background-color css

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

 a { background-color: rgb(242,185,120); }

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

border-color css

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

 span { border-color: rgb(242,185,120); }

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