Html Css Color HEX #F8F14C Paris Daisy

📋 copy color: '#F8F14C'

red 248 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #F8F14C

Tints of Paris Daisy #F8F14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.65%

 BLUE value IS 76 (30.08% from 255) = 13.45%

R = 43.89%
G = 42.65%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8F14C (or 0xF8F14C) is known color: Paris Daisy. HEX triplet: F8, F1 and 4C. RGB value is (248,241,76). Sum of RGB (Red+Green+Blue) = 248+241+76=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 76 (30.08% from 255 or 13.45% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F14C is #070EB3. Grayscale: #E0E0E0. Windows color (decimal): -462516 or 5042680. OLE color: 5042680.

HSL color Cylindrical-coordinate representation of color #F8F14C: hue angle of 57.56º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8F14C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 241 76 -
CMYK 0 0.03 0.69 0.03
HSL 57.56º 0.92% 0.64% -
HSV(B) 57.56º 0.69% 0.97% -
XYZ 71.47 83.39 19.17 -
YUV 224.28 44.32 144.92 -
System Red Green Blue C M Y K H S L
Decimal 248 241 76 0 0.03 0.69 0.03 57.56 0.92 0.64
Hex F8 F1 4C 0 3 45 3 3A 5C 40
Octal 370 361 114 0 3 105 3 72 134 100
Binary 11111000 11110001 1001100 0 11 1000101 11 111010 1011100 1000000

Color Harmonies of #F8F14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F14C

Black with #F8F14C

Text Example


Text Example

White with #F8F14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F14C; }

 p { color: rgb(248,241,76); }

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

background-color css

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

 a { background-color: rgb(248,241,76); }

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

border-color css

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

 span { border-color: rgb(248,241,76); }

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