Html Css Color HEX #F8F53E Paris Daisy

📋 copy color: '#F8F53E'

red 248 ◦ green 245 ◦ blue 62

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

Shades of Paris Daisy #F8F53E

Tints of Paris Daisy #F8F53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.17%

R = 44.68%
G = 44.14%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8F53E (or 0xF8F53E) is known color: Paris Daisy. HEX triplet: F8, F5 and 3E. RGB value is (248,245,62). Sum of RGB (Red+Green+Blue) = 248+245+62=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 62 (24.61% from 255 or 11.17% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F53E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F53E is #070AC1. Grayscale: #E1E1E1. Windows color (decimal): -461506 or 4126200. OLE color: 4126200.

HSL color Cylindrical-coordinate representation of color #F8F53E: hue angle of 59.03º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8F53E is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 245 62 -
CMYK 0 0.01 0.75 0.03
HSL 59.03º 0.93% 0.61% -
HSV(B) 59.03º 0.75% 0.97% -
XYZ 72.23 85.61 17.27 -
YUV 225.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 248 245 62 0 0.01 0.75 0.03 59.03 0.93 0.61
Hex F8 F5 3E 0 1 4B 3 3B 5D 3D
Octal 370 365 76 0 1 113 3 73 135 75
Binary 11111000 11110101 111110 0 1 1001011 11 111011 1011101 111101

Color Harmonies of #F8F53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F53E

Black with #F8F53E

Text Example


Text Example

White with #F8F53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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