Html Css Color HEX #FEFD3C Paris Daisy

📋 copy color: '#FEFD3C'

red 254 ◦ green 253 ◦ blue 60

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

Shades of Paris Daisy #FEFD3C

Tints of Paris Daisy #FEFD3C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.62%

 BLUE value IS 60 (23.83% from 255) = 10.58%

R = 44.8%
G = 44.62%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEFD3C (or 0xFEFD3C) is known color: Paris Daisy. HEX triplet: FE, FD and 3C. RGB value is (254,253,60). Sum of RGB (Red+Green+Blue) = 254+253+60=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 60 (23.83% from 255 or 10.58% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD3C is #0102C3. Grayscale: #E8E8E8. Windows color (decimal): -66244 or 3997182. OLE color: 3997182.

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

Color convert

RGB 254 253 60 -
CMYK 0 0.00 0.76 0.00
HSL 59.69º 0.99% 0.62% -
HSV(B) 59.69º 0.76% 1% -
XYZ 76.81 91.65 17.92 -
YUV 231.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 254 253 60 0 0.00 0.76 0.00 59.69 0.99 0.62
Hex FE FD 3C 0 0 4C 0 3C 63 3E
Octal 376 375 74 0 0 114 0 74 143 76
Binary 11111110 11111101 111100 0 0 1001100 0 111100 1100011 111110

Color Harmonies of #FEFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD3C

Black with #FEFD3C

Text Example


Text Example

White with #FEFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD3C; }

 p { color: rgb(254,253,60); }

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

background-color css

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

 a { background-color: rgb(254,253,60); }

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

border-color css

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

 span { border-color: rgb(254,253,60); }

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