Html Css Color HEX #F5FD14 Yellow

📋 copy color: '#F5FD14'

red 245 ◦ green 253 ◦ blue 20

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

Shades of Yellow #F5FD14

Tints of Yellow #F5FD14

RGB

 RED value IS 245 (96.09% from 255) = 47.3%

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

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

R = 47.3%
G = 48.84%
B = 3.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#F5FD14 (or 0xF5FD14) is known color: Yellow. HEX triplet: F5, FD and 14. RGB value is (245,253,20). Sum of RGB (Red+Green+Blue) = 245+253+20=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 20 (8.20% from 255 or 3.86% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5FD14 is #0A02EB. Grayscale: #E0E0E0. Windows color (decimal): -656108 or 1375733. OLE color: 1375733.

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

Color convert

RGB 245 253 20 -
CMYK 0.03 0 0.92 0.01
HSL 62.06º 0.98% 0.54% -
HSV(B) 62.06º 0.92% 0.99% -
XYZ 72.91 89.71 14.14 -
YUV 224.05 12.85 142.95 -
System Red Green Blue C M Y K H S L
Decimal 245 253 20 0.03 0 0.92 0.01 62.06 0.98 0.54
Hex F5 FD 14 3 0 5C 1 3E 62 36
Octal 365 375 24 3 0 134 1 76 142 66
Binary 11110101 11111101 10100 11 0 1011100 1 111110 1100010 110110

Color Harmonies of #F5FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FD14

Black with #F5FD14

Text Example


Text Example

White with #F5FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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