Html Css Color HEX #F4B982 Corvette

📋 copy color: '#F4B982'

red 244 ◦ green 185 ◦ blue 130

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

Shades of Corvette #F4B982

Tints of Corvette #F4B982

RGB

 RED value IS 244 (95.7% from 255) = 43.65%

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

 BLUE value IS 130 (51.17% from 255) = 23.26%

R = 43.65%
G = 33.09%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F4B982 (or 0xF4B982) is known color: Corvette. HEX triplet: F4, B9 and 82. RGB value is (244,185,130). Sum of RGB (Red+Green+Blue) = 244+185+130=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4B982 is #0B467D. Grayscale: #C4C4C4. Windows color (decimal): -738942 or 8567284. OLE color: 8567284.

HSL color Cylindrical-coordinate representation of color #F4B982: hue angle of 28.95º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F4B982 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 185 130 -
CMYK 0 0.24 0.47 0.04
HSL 28.95º 0.84% 0.73% -
HSV(B) 28.95º 0.47% 0.96% -
XYZ 58.69 55.54 28.75 -
YUV 196.37 90.55 161.97 -
System Red Green Blue C M Y K H S L
Decimal 244 185 130 0 0.24 0.47 0.04 28.95 0.84 0.73
Hex F4 B9 82 0 18 2F 4 1D 54 49
Octal 364 271 202 0 30 57 4 35 124 111
Binary 11110100 10111001 10000010 0 11000 101111 100 11101 1010100 1001001

Color Harmonies of #F4B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B982

Black with #F4B982

Text Example


Text Example

White with #F4B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B982; }

 p { color: rgb(244,185,130); }

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

background-color css

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

 a { background-color: rgb(244,185,130); }

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

border-color css

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

 span { border-color: rgb(244,185,130); }

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