Html Css Color HEX #FCDF90 Vis Vis

📋 copy color: '#FCDF90'

red 252 ◦ green 223 ◦ blue 144

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

Shades of Vis Vis #FCDF90

Tints of Vis Vis #FCDF90

RGB

 RED value IS 252 (98.83% from 255) = 40.71%

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

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

R = 40.71%
G = 36.03%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCDF90 (or 0xFCDF90) is known color: Vis Vis. HEX triplet: FC, DF and 90. RGB value is (252,223,144). Sum of RGB (Red+Green+Blue) = 252+223+144=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF90 is #03206F. Grayscale: #DFDFDF. Windows color (decimal): -204912 or 9494524. OLE color: 9494524.

HSL color Cylindrical-coordinate representation of color #FCDF90: hue angle of 43.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCDF90 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 223 144 -
CMYK 0 0.12 0.43 0.01
HSL 43.89º 0.95% 0.78% -
HSV(B) 43.89º 0.43% 0.99% -
XYZ 71.57 75.48 37.18 -
YUV 222.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 252 223 144 0 0.12 0.43 0.01 43.89 0.95 0.78
Hex FC DF 90 0 C 2B 1 2C 5F 4E
Octal 374 337 220 0 14 53 1 54 137 116
Binary 11111100 11011111 10010000 0 1100 101011 1 101100 1011111 1001110

Color Harmonies of #FCDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF90

Black with #FCDF90

Text Example


Text Example

White with #FCDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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