Html Css Color HEX #F2FA10 Yellow

📋 copy color: '#F2FA10'

red 242 ◦ green 250 ◦ blue 16

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

Shades of Yellow #F2FA10

Tints of Yellow #F2FA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 16 (6.64% from 255) = 3.15%

R = 47.64%
G = 49.21%
B = 3.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F2FA10 (or 0xF2FA10) is known color: Yellow. HEX triplet: F2, FA and 10. RGB value is (242,250,16). Sum of RGB (Red+Green+Blue) = 242+250+16=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FA10 is #0D05EF. Grayscale: #DDDDDD. Windows color (decimal): -853488 or 1112818. OLE color: 1112818.

HSL color Cylindrical-coordinate representation of color #F2FA10: hue angle of 62.05º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2FA10 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 16 -
CMYK 0.03 0 0.94 0.02
HSL 62.05º 0.96% 0.52% -
HSV(B) 62.05º 0.94% 0.98% -
XYZ 70.9 87.29 13.6 -
YUV 220.93 12.35 143.03 -
System Red Green Blue C M Y K H S L
Decimal 242 250 16 0.03 0 0.94 0.02 62.05 0.96 0.52
Hex F2 FA 10 3 0 5E 2 3E 60 34
Octal 362 372 20 3 0 136 2 76 140 64
Binary 11110010 11111010 10000 11 0 1011110 10 111110 1100000 110100

Color Harmonies of #F2FA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FA10

Black with #F2FA10

Text Example


Text Example

White with #F2FA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FA10; }

 p { color: rgb(242,250,16); }

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

background-color css

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

 a { background-color: rgb(242,250,16); }

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

border-color css

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

 span { border-color: rgb(242,250,16); }

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