Html Css Color HEX #F0FA02 Yellow

📋 copy color: '#F0FA02'

red 240 ◦ green 250 ◦ blue 2

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

Shades of Yellow #F0FA02

Tints of Yellow #F0FA02

RGB

 RED value IS 240 (94.14% from 255) = 48.78%

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

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 48.78%
G = 50.81%
B = 0.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F0FA02 (or 0xF0FA02) is known color: Yellow. HEX triplet: F0, FA and 02. RGB value is (240,250,2). Sum of RGB (Red+Green+Blue) = 240+250+2=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA02 is #0F05FD. Grayscale: #DBDBDB. Windows color (decimal): -984574 or 195312. OLE color: 195312.

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

Color convert

RGB 240 250 2 -
CMYK 0.04 0 0.99 0.02
HSL 62.42º 0.98% 0.49% -
HSV(B) 62.42º 0.99% 0.98% -
XYZ 70.13 86.9 13.13 -
YUV 218.74 5.69 143.17 -
System Red Green Blue C M Y K H S L
Decimal 240 250 2 0.04 0 0.99 0.02 62.42 0.98 0.49
Hex F0 FA 2 4 0 63 2 3E 62 31
Octal 360 372 2 4 0 143 2 76 142 61
Binary 11110000 11111010 10 100 0 1100011 10 111110 1100010 110001

Color Harmonies of #F0FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA02

Black with #F0FA02

Text Example


Text Example

White with #F0FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA02; }

 p { color: rgb(240,250,2); }

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

background-color css

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

 a { background-color: rgb(240,250,2); }

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

border-color css

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

 span { border-color: rgb(240,250,2); }

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