Html Css Color HEX #F2DF90 Vis Vis

📋 copy color: '#F2DF90'

red 242 ◦ green 223 ◦ blue 144

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

Shades of Vis Vis #F2DF90

Tints of Vis Vis #F2DF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

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

R = 39.74%
G = 36.62%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2DF90 (or 0xF2DF90) is known color: Vis Vis. HEX triplet: F2, DF and 90. RGB value is (242,223,144). Sum of RGB (Red+Green+Blue) = 242+223+144=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 144 (56.64% from 255 or 23.65% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF90 is #0D206F. Grayscale: #DCDCDC. Windows color (decimal): -860272 or 9494514. OLE color: 9494514.

HSL color Cylindrical-coordinate representation of color #F2DF90: hue angle of 48.37º 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 #F2DF90 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 144 -
CMYK 0 0.08 0.40 0.05
HSL 48.37º 0.79% 0.76% -
HSV(B) 48.37º 0.4% 0.95% -
XYZ 68.04 73.67 37.02 -
YUV 219.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 242 223 144 0 0.08 0.40 0.05 48.37 0.79 0.76
Hex F2 DF 90 0 8 28 5 30 4F 4C
Octal 362 337 220 0 10 50 5 60 117 114
Binary 11110010 11011111 10010000 0 1000 101000 101 110000 1001111 1001100

Color Harmonies of #F2DF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF90

Black with #F2DF90

Text Example


Text Example

White with #F2DF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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