Html Css Color HEX #F2FC00 Yellow

📋 copy color: '#F2FC00'

red 242 ◦ green 252 ◦ blue 0

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

Shades of Yellow #F2FC00

Tints of Yellow #F2FC00

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.99%
G = 51.01%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#F2FC00 (or 0xF2FC00) is known color: Yellow. HEX triplet: F2, FC and 00. RGB value is (242,252,0). Sum of RGB (Red+Green+Blue) = 242+252+0=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 0 (0.39% from 255 or 0% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FC00 is #0D03FF. Grayscale: #DDDDDD. Windows color (decimal): -852992 or 64754. OLE color: 64754.

HSL color Cylindrical-coordinate representation of color #F2FC00: hue angle of 62.38º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2FC00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 0 -
CMYK 0.04 0 1 0.01
HSL 62.38º 1% 0.49% -
HSV(B) 62.38º 1% 0.99% -
XYZ 71.43 88.5 13.32 -
YUV 220.28 3.69 143.49 -
System Red Green Blue C M Y K H S L
Decimal 242 252 0 0.04 0 1 0.01 62.38 1 0.49
Hex F2 FC 0 4 0 64 1 3E 64 31
Octal 362 374 0 4 0 144 1 76 144 61
Binary 11110010 11111100 0 100 0 1100100 1 111110 1100100 110001

Color Harmonies of #F2FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC00

Black with #F2FC00

Text Example


Text Example

White with #F2FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC00; }

 p { color: rgb(242,252,0); }

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

background-color css

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

 a { background-color: rgb(242,252,0); }

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

border-color css

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

 span { border-color: rgb(242,252,0); }

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