Html Css Color HEX #F1FD14 Yellow

📋 copy color: '#F1FD14'

red 241 ◦ green 253 ◦ blue 20

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

Shades of Yellow #F1FD14

Tints of Yellow #F1FD14

RGB

 RED value IS 241 (94.53% from 255) = 46.89%

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

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

R = 46.89%
G = 49.22%
B = 3.89%

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

#F1FD14 (or 0xF1FD14) is known color: Yellow. HEX triplet: F1, FD and 14. RGB value is (241,253,20). Sum of RGB (Red+Green+Blue) = 241+253+20=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 20 (8.20% from 255 or 3.89% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FD14 is #0E02EB. Grayscale: #DFDFDF. Windows color (decimal): -918252 or 1375729. OLE color: 1375729.

HSL color Cylindrical-coordinate representation of color #F1FD14: hue angle of 63.09º 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 #F1FD14 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 253 20 -
CMYK 0.05 0 0.92 0.01
HSL 63.09º 0.98% 0.54% -
HSV(B) 63.09º 0.92% 0.99% -
XYZ 71.53 89 14.07 -
YUV 222.85 13.52 140.95 -
System Red Green Blue C M Y K H S L
Decimal 241 253 20 0.05 0 0.92 0.01 63.09 0.98 0.54
Hex F1 FD 14 5 0 5C 1 3F 62 36
Octal 361 375 24 5 0 134 1 77 142 66
Binary 11110001 11111101 10100 101 0 1011100 1 111111 1100010 110110

Color Harmonies of #F1FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FD14

Black with #F1FD14

Text Example


Text Example

White with #F1FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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