Html Css Color HEX #F8DC90 Vis Vis

📋 copy color: '#F8DC90'

red 248 ◦ green 220 ◦ blue 144

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

Shades of Vis Vis #F8DC90

Tints of Vis Vis #F8DC90

RGB

 RED value IS 248 (97.27% from 255) = 40.52%

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 144 (56.64% from 255) = 23.53%

R = 40.52%
G = 35.95%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F8DC90 (or 0xF8DC90) is known color: Vis Vis. HEX triplet: F8, DC and 90. RGB value is (248,220,144). Sum of RGB (Red+Green+Blue) = 248+220+144=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC90 is #07236F. Grayscale: #DCDCDC. Windows color (decimal): -467824 or 9493752. OLE color: 9493752.

HSL color Cylindrical-coordinate representation of color #F8DC90: hue angle of 43.85º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F8DC90 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 144 -
CMYK 0 0.11 0.42 0.03
HSL 43.85º 0.88% 0.77% -
HSV(B) 43.85º 0.42% 0.97% -
XYZ 69.34 73.16 36.85 -
YUV 219.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 248 220 144 0 0.11 0.42 0.03 43.85 0.88 0.77
Hex F8 DC 90 0 B 2A 3 2C 58 4D
Octal 370 334 220 0 13 52 3 54 130 115
Binary 11111000 11011100 10010000 0 1011 101010 11 101100 1011000 1001101

Color Harmonies of #F8DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DC90

Black with #F8DC90

Text Example


Text Example

White with #F8DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DC90; }

 p { color: rgb(248,220,144); }

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

background-color css

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

 a { background-color: rgb(248,220,144); }

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

border-color css

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

 span { border-color: rgb(248,220,144); }

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