Html Css Color HEX #FEFA52 Paris Daisy

📋 copy color: '#FEFA52'

red 254 ◦ green 250 ◦ blue 82

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

Shades of Paris Daisy #FEFA52

Tints of Paris Daisy #FEFA52

RGB

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

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

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

R = 43.34%
G = 42.66%
B = 13.99%

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

#FEFA52 (or 0xFEFA52) is known color: Paris Daisy. HEX triplet: FE, FA and 52. RGB value is (254,250,82). Sum of RGB (Red+Green+Blue) = 254+250+82=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 82 (32.42% from 255 or 13.99% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA52 is #0105AD. Grayscale: #E8E8E8. Windows color (decimal): -66990 or 5438206. OLE color: 5438206.

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

Color convert

RGB 254 250 82 -
CMYK 0 0.02 0.68 0.00
HSL 58.6º 0.99% 0.66% -
HSV(B) 58.6º 0.68% 1% -
XYZ 76.58 90.05 21.33 -
YUV 232.04 43.33 143.66 -
System Red Green Blue C M Y K H S L
Decimal 254 250 82 0 0.02 0.68 0.00 58.6 0.99 0.66
Hex FE FA 52 0 2 44 0 3B 63 42
Octal 376 372 122 0 2 104 0 73 143 102
Binary 11111110 11111010 1010010 0 10 1000100 0 111011 1100011 1000010

Color Harmonies of #FEFA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFA52

Black with #FEFA52

Text Example


Text Example

White with #FEFA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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