Html Css Color HEX #F2DD90 Vis Vis

📋 copy color: '#F2DD90'

red 242 ◦ green 221 ◦ blue 144

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

Shades of Vis Vis #F2DD90

Tints of Vis Vis #F2DD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

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

R = 39.87%
G = 36.41%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2DD90 (or 0xF2DD90) is known color: Vis Vis. HEX triplet: F2, DD and 90. RGB value is (242,221,144). Sum of RGB (Red+Green+Blue) = 242+221+144=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DD90 is #0D226F. Grayscale: #DADADA. Windows color (decimal): -860784 or 9494002. OLE color: 9494002.

HSL color Cylindrical-coordinate representation of color #F2DD90: hue angle of 47.14º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2DD90 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 144 -
CMYK 0 0.09 0.40 0.05
HSL 47.14º 0.79% 0.76% -
HSV(B) 47.14º 0.4% 0.95% -
XYZ 67.51 72.6 36.84 -
YUV 218.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 242 221 144 0 0.09 0.40 0.05 47.14 0.79 0.76
Hex F2 DD 90 0 9 28 5 2F 4F 4C
Octal 362 335 220 0 11 50 5 57 117 114
Binary 11110010 11011101 10010000 0 1001 101000 101 101111 1001111 1001100

Color Harmonies of #F2DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD90

Black with #F2DD90

Text Example


Text Example

White with #F2DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD90; }

 p { color: rgb(242,221,144); }

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

background-color css

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

 a { background-color: rgb(242,221,144); }

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

border-color css

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

 span { border-color: rgb(242,221,144); }

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