Html Css Color HEX #F8F04B Paris Daisy

📋 copy color: '#F8F04B'

red 248 ◦ green 240 ◦ blue 75

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

Shades of Paris Daisy #F8F04B

Tints of Paris Daisy #F8F04B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.63%

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

R = 44.05%
G = 42.63%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8F04B (or 0xF8F04B) is known color: Paris Daisy. HEX triplet: F8, F0 and 4B. RGB value is (248,240,75). Sum of RGB (Red+Green+Blue) = 248+240+75=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 240 (94.14% from 255 or 42.63% from 563); Blue value is 75 (29.69% from 255 or 13.32% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F04B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F04B is #070FB4. Grayscale: #E0E0E0. Windows color (decimal): -462773 or 4976888. OLE color: 4976888.

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

Color convert

RGB 248 240 75 -
CMYK 0 0.03 0.70 0.03
HSL 57.23º 0.93% 0.63% -
HSV(B) 57.23º 0.7% 0.97% -
XYZ 71.14 82.78 18.89 -
YUV 223.58 44.15 145.42 -
System Red Green Blue C M Y K H S L
Decimal 248 240 75 0 0.03 0.70 0.03 57.23 0.93 0.63
Hex F8 F0 4B 0 3 46 3 39 5D 3F
Octal 370 360 113 0 3 106 3 71 135 77
Binary 11111000 11110000 1001011 0 11 1000110 11 111001 1011101 111111

Color Harmonies of #F8F04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F04B

Black with #F8F04B

Text Example


Text Example

White with #F8F04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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