Html Css Color HEX #F0FD14 Yellow

📋 copy color: '#F0FD14'

red 240 ◦ green 253 ◦ blue 20

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

Shades of Yellow #F0FD14

Tints of Yellow #F0FD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.32%

 BLUE value IS 20 (8.2% from 255) = 3.9%

R = 46.78%
G = 49.32%
B = 3.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#F0FD14 (or 0xF0FD14) is known color: Yellow. HEX triplet: F0, FD and 14. RGB value is (240,253,20). Sum of RGB (Red+Green+Blue) = 240+253+20=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 20 (8.20% from 255 or 3.90% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FD14 is #0F02EB. Grayscale: #DFDFDF. Windows color (decimal): -983788 or 1375728. OLE color: 1375728.

HSL color Cylindrical-coordinate representation of color #F0FD14: hue angle of 63.35º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0FD14 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 253 20 -
CMYK 0.05 0 0.92 0.01
HSL 63.35º 0.98% 0.54% -
HSV(B) 63.35º 0.92% 0.99% -
XYZ 71.19 88.83 14.06 -
YUV 222.55 13.69 140.45 -
System Red Green Blue C M Y K H S L
Decimal 240 253 20 0.05 0 0.92 0.01 63.35 0.98 0.54
Hex F0 FD 14 5 0 5C 1 3F 62 36
Octal 360 375 24 5 0 134 1 77 142 66
Binary 11110000 11111101 10100 101 0 1011100 1 111111 1100010 110110

Color Harmonies of #F0FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD14

Black with #F0FD14

Text Example


Text Example

White with #F0FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD14; }

 p { color: rgb(240,253,20); }

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

background-color css

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

 a { background-color: rgb(240,253,20); }

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

border-color css

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

 span { border-color: rgb(240,253,20); }

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