Html Css Color HEX #FEF056 Paris Daisy

📋 copy color: '#FEF056'

red 254 ◦ green 240 ◦ blue 86

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

Shades of Paris Daisy #FEF056

Tints of Paris Daisy #FEF056

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

 BLUE value IS 86 (33.98% from 255) = 14.83%

R = 43.79%
G = 41.38%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEF056 (or 0xFEF056) is known color: Paris Daisy. HEX triplet: FE, F0 and 56. RGB value is (254,240,86). Sum of RGB (Red+Green+Blue) = 254+240+86=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 86 (33.98% from 255 or 14.83% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF056 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF056 is #010FA9. Grayscale: #E3E3E3. Windows color (decimal): -69546 or 5697790. OLE color: 5697790.

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

Color convert

RGB 254 240 86 -
CMYK 0 0.06 0.66 0.00
HSL 55º 0.99% 0.67% -
HSV(B) 55º 0.66% 1% -
XYZ 73.71 84.06 21.14 -
YUV 226.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 254 240 86 0 0.06 0.66 0.00 55 0.99 0.67
Hex FE F0 56 0 6 42 0 37 63 43
Octal 376 360 126 0 6 102 0 67 143 103
Binary 11111110 11110000 1010110 0 110 1000010 0 110111 1100011 1000011

Color Harmonies of #FEF056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF056

Black with #FEF056

Text Example


Text Example

White with #FEF056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF056; }

 p { color: rgb(254,240,86); }

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

background-color css

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

 a { background-color: rgb(254,240,86); }

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

border-color css

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

 span { border-color: rgb(254,240,86); }

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