Html Css Color HEX #F8E352 Paris Daisy

📋 copy color: '#F8E352'

red 248 ◦ green 227 ◦ blue 82

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

Shades of Paris Daisy #F8E352

Tints of Paris Daisy #F8E352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.72%

R = 44.52%
G = 40.75%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F8E352 (or 0xF8E352) is known color: Paris Daisy. HEX triplet: F8, E3 and 52. RGB value is (248,227,82). Sum of RGB (Red+Green+Blue) = 248+227+82=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 82 (32.42% from 255 or 14.72% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E352 is #071CAD. Grayscale: #D9D9D9. Windows color (decimal): -466094 or 5432312. OLE color: 5432312.

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

Color convert

RGB 248 227 82 -
CMYK 0 0.08 0.67 0.03
HSL 52.41º 0.92% 0.65% -
HSV(B) 52.41º 0.67% 0.97% -
XYZ 67.7 75.5 18.99 -
YUV 216.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 248 227 82 0 0.08 0.67 0.03 52.41 0.92 0.65
Hex F8 E3 52 0 8 43 3 34 5C 41
Octal 370 343 122 0 10 103 3 64 134 101
Binary 11111000 11100011 1010010 0 1000 1000011 11 110100 1011100 1000001

Color Harmonies of #F8E352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E352

Black with #F8E352

Text Example


Text Example

White with #F8E352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E352; }

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

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

background-color css

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

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

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

border-color css

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

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

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