Html Css Color HEX #F8E350 Paris Daisy

📋 copy color: '#F8E350'

red 248 ◦ green 227 ◦ blue 80

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

Shades of Paris Daisy #F8E350

Tints of Paris Daisy #F8E350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.9%

 BLUE value IS 80 (31.64% from 255) = 14.41%

R = 44.68%
G = 40.9%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8E350 (or 0xF8E350) is known color: Paris Daisy. HEX triplet: F8, E3 and 50. RGB value is (248,227,80). Sum of RGB (Red+Green+Blue) = 248+227+80=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 80 (31.64% from 255 or 14.41% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E350 is #071CAF. Grayscale: #D9D9D9. Windows color (decimal): -466096 or 5301240. OLE color: 5301240.

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

Color convert

RGB 248 227 80 -
CMYK 0 0.08 0.68 0.03
HSL 52.5º 0.92% 0.64% -
HSV(B) 52.5º 0.68% 0.97% -
XYZ 67.63 75.47 18.59 -
YUV 216.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 248 227 80 0 0.08 0.68 0.03 52.5 0.92 0.64
Hex F8 E3 50 0 8 44 3 34 5C 40
Octal 370 343 120 0 10 104 3 64 134 100
Binary 11111000 11100011 1010000 0 1000 1000100 11 110100 1011100 1000000

Color Harmonies of #F8E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E350

Black with #F8E350

Text Example


Text Example

White with #F8E350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E350; }

 p { color: rgb(248,227,80); }

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

background-color css

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

 a { background-color: rgb(248,227,80); }

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

border-color css

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

 span { border-color: rgb(248,227,80); }

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