Html Css Color HEX #F8F24B Paris Daisy

📋 copy color: '#F8F24B'

red 248 ◦ green 242 ◦ blue 75

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

Shades of Paris Daisy #F8F24B

Tints of Paris Daisy #F8F24B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.83%

 BLUE value IS 75 (29.69% from 255) = 13.27%

R = 43.89%
G = 42.83%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8F24B (or 0xF8F24B) is known color: Paris Daisy. HEX triplet: F8, F2 and 4B. RGB value is (248,242,75). Sum of RGB (Red+Green+Blue) = 248+242+75=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 75 (29.69% from 255 or 13.27% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F24B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F24B is #070DB4. Grayscale: #E1E1E1. Windows color (decimal): -462261 or 4977400. OLE color: 4977400.

HSL color Cylindrical-coordinate representation of color #F8F24B: hue angle of 57.92º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8F24B is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 242 75 -
CMYK 0 0.02 0.70 0.03
HSL 57.92º 0.93% 0.63% -
HSV(B) 57.92º 0.7% 0.97% -
XYZ 71.73 83.97 19.08 -
YUV 224.76 43.49 144.58 -
System Red Green Blue C M Y K H S L
Decimal 248 242 75 0 0.02 0.70 0.03 57.92 0.93 0.63
Hex F8 F2 4B 0 2 46 3 3A 5D 3F
Octal 370 362 113 0 2 106 3 72 135 77
Binary 11111000 11110010 1001011 0 10 1000110 11 111010 1011101 111111

Color Harmonies of #F8F24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F24B

Black with #F8F24B

Text Example


Text Example

White with #F8F24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F24B; }

 p { color: rgb(248,242,75); }

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

background-color css

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

 a { background-color: rgb(248,242,75); }

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

border-color css

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

 span { border-color: rgb(248,242,75); }

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