Html Css Color HEX #FEF852 Paris Daisy

📋 copy color: '#FEF852'

red 254 ◦ green 248 ◦ blue 82

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

Shades of Paris Daisy #FEF852

Tints of Paris Daisy #FEF852

RGB

 RED value IS 254 (99.61% from 255) = 43.49%

 GREEN value IS 248 (97.27% from 255) = 42.47%

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

R = 43.49%
G = 42.47%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEF852 (or 0xFEF852) is known color: Paris Daisy. HEX triplet: FE, F8 and 52. RGB value is (254,248,82). Sum of RGB (Red+Green+Blue) = 254+248+82=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 248 (97.27% from 255 or 42.47% from 584); Blue value is 82 (32.42% from 255 or 14.04% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF852 is #0107AD. Grayscale: #E7E7E7. Windows color (decimal): -67502 or 5437694. OLE color: 5437694.

HSL color Cylindrical-coordinate representation of color #FEF852: hue angle of 57.91º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEF852 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 82 -
CMYK 0 0.02 0.68 0.00
HSL 57.91º 0.99% 0.66% -
HSV(B) 57.91º 0.68% 1% -
XYZ 75.96 88.81 21.12 -
YUV 230.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 254 248 82 0 0.02 0.68 0.00 57.91 0.99 0.66
Hex FE F8 52 0 2 44 0 3A 63 42
Octal 376 370 122 0 2 104 0 72 143 102
Binary 11111110 11111000 1010010 0 10 1000100 0 111010 1100011 1000010

Color Harmonies of #FEF852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF852

Black with #FEF852

Text Example


Text Example

White with #FEF852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF852; }

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

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

background-color css

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

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

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

border-color css

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

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

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