Html Css Color HEX #F8FD14 Yellow

📋 copy color: '#F8FD14'

red 248 ◦ green 253 ◦ blue 20

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

Shades of Yellow #F8FD14

Tints of Yellow #F8FD14

RGB

 RED value IS 248 (97.27% from 255) = 47.6%

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

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

R = 47.6%
G = 48.56%
B = 3.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#F8FD14 (or 0xF8FD14) is known color: Yellow. HEX triplet: F8, FD and 14. RGB value is (248,253,20). Sum of RGB (Red+Green+Blue) = 248+253+20=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 20 (8.20% from 255 or 3.84% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FD14 is #0702EB. Grayscale: #E1E1E1. Windows color (decimal): -459500 or 1375736. OLE color: 1375736.

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

Color convert

RGB 248 253 20 -
CMYK 0.02 0 0.92 0.01
HSL 61.29º 0.98% 0.54% -
HSV(B) 61.29º 0.92% 0.99% -
XYZ 73.96 90.26 14.19 -
YUV 224.94 12.34 144.45 -
System Red Green Blue C M Y K H S L
Decimal 248 253 20 0.02 0 0.92 0.01 61.29 0.98 0.54
Hex F8 FD 14 2 0 5C 1 3D 62 36
Octal 370 375 24 2 0 134 1 75 142 66
Binary 11111000 11111101 10100 10 0 1011100 1 111101 1100010 110110

Color Harmonies of #F8FD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FD14

Black with #F8FD14

Text Example


Text Example

White with #F8FD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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