Html Css Color HEX #FEFA54 Paris Daisy

📋 copy color: '#FEFA54'

red 254 ◦ green 250 ◦ blue 84

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

Shades of Paris Daisy #FEFA54

Tints of Paris Daisy #FEFA54

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.52%

 BLUE value IS 84 (33.2% from 255) = 14.29%

R = 43.2%
G = 42.52%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEFA54 (or 0xFEFA54) is known color: Paris Daisy. HEX triplet: FE, FA and 54. RGB value is (254,250,84). Sum of RGB (Red+Green+Blue) = 254+250+84=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 84 (33.20% from 255 or 14.29% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA54 is #0105AB. Grayscale: #E8E8E8. Windows color (decimal): -66988 or 5569278. OLE color: 5569278.

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

Color convert

RGB 254 250 84 -
CMYK 0 0.02 0.67 0.00
HSL 58.59º 0.99% 0.66% -
HSV(B) 58.59º 0.67% 1% -
XYZ 76.66 90.08 21.73 -
YUV 232.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 254 250 84 0 0.02 0.67 0.00 58.59 0.99 0.66
Hex FE FA 54 0 2 43 0 3B 63 42
Octal 376 372 124 0 2 103 0 73 143 102
Binary 11111110 11111010 1010100 0 10 1000011 0 111011 1100011 1000010

Color Harmonies of #FEFA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA54

Black with #FEFA54

Text Example


Text Example

White with #FEFA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA54; }

 p { color: rgb(254,250,84); }

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

background-color css

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

 a { background-color: rgb(254,250,84); }

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

border-color css

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

 span { border-color: rgb(254,250,84); }

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