Html Css Color HEX #FEFA51 Paris Daisy

📋 copy color: '#FEFA51'

red 254 ◦ green 250 ◦ blue 81

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

Shades of Paris Daisy #FEFA51

Tints of Paris Daisy #FEFA51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 13.85%

R = 43.42%
G = 42.74%
B = 13.85%

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

#FEFA51 (or 0xFEFA51) is known color: Paris Daisy. HEX triplet: FE, FA and 51. RGB value is (254,250,81). Sum of RGB (Red+Green+Blue) = 254+250+81=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 81 (32.03% from 255 or 13.85% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA51 is #0105AE. Grayscale: #E8E8E8. Windows color (decimal): -66991 or 5372670. OLE color: 5372670.

HSL color Cylindrical-coordinate representation of color #FEFA51: hue angle of 58.61º 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 #FEFA51 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 250 81 -
CMYK 0 0.02 0.68 0.00
HSL 58.61º 0.99% 0.66% -
HSV(B) 58.61º 0.68% 1% -
XYZ 76.54 90.04 21.13 -
YUV 231.93 42.83 143.74 -
System Red Green Blue C M Y K H S L
Decimal 254 250 81 0 0.02 0.68 0.00 58.61 0.99 0.66
Hex FE FA 51 0 2 44 0 3B 63 42
Octal 376 372 121 0 2 104 0 73 143 102
Binary 11111110 11111010 1010001 0 10 1000100 0 111011 1100011 1000010

Color Harmonies of #FEFA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA51

Black with #FEFA51

Text Example


Text Example

White with #FEFA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA51; }

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

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

background-color css

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

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

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

border-color css

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

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

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