Html Css Color HEX #F8F54B Paris Daisy

📋 copy color: '#F8F54B'

red 248 ◦ green 245 ◦ blue 75

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

Shades of Paris Daisy #F8F54B

Tints of Paris Daisy #F8F54B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.13%

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

R = 43.66%
G = 43.13%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8F54B (or 0xF8F54B) is known color: Paris Daisy. HEX triplet: F8, F5 and 4B. RGB value is (248,245,75). Sum of RGB (Red+Green+Blue) = 248+245+75=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 75 (29.69% from 255 or 13.20% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F54B is #070AB4. Grayscale: #E3E3E3. Windows color (decimal): -461493 or 4978168. OLE color: 4978168.

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

Color convert

RGB 248 245 75 -
CMYK 0 0.01 0.70 0.03
HSL 58.96º 0.93% 0.63% -
HSV(B) 58.96º 0.7% 0.97% -
XYZ 72.63 85.77 19.38 -
YUV 226.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 248 245 75 0 0.01 0.70 0.03 58.96 0.93 0.63
Hex F8 F5 4B 0 1 46 3 3B 5D 3F
Octal 370 365 113 0 1 106 3 73 135 77
Binary 11111000 11110101 1001011 0 1 1000110 11 111011 1011101 111111

Color Harmonies of #F8F54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F54B

Black with #F8F54B

Text Example


Text Example

White with #F8F54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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