Html Css Color HEX #FEF93E Paris Daisy

📋 copy color: '#FEF93E'

red 254 ◦ green 249 ◦ blue 62

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

Shades of Paris Daisy #FEF93E

Tints of Paris Daisy #FEF93E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.07%

 BLUE value IS 62 (24.61% from 255) = 10.97%

R = 44.96%
G = 44.07%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEF93E (or 0xFEF93E) is known color: Paris Daisy. HEX triplet: FE, F9 and 3E. RGB value is (254,249,62). Sum of RGB (Red+Green+Blue) = 254+249+62=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 62 (24.61% from 255 or 10.97% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF93E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF93E is #0106C1. Grayscale: #E5E5E5. Windows color (decimal): -67266 or 4127230. OLE color: 4127230.

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

Color convert

RGB 254 249 62 -
CMYK 0 0.02 0.76 0.00
HSL 58.44º 0.99% 0.62% -
HSV(B) 58.44º 0.76% 1% -
XYZ 75.62 89.17 17.78 -
YUV 229.18 33.66 145.71 -
System Red Green Blue C M Y K H S L
Decimal 254 249 62 0 0.02 0.76 0.00 58.44 0.99 0.62
Hex FE F9 3E 0 2 4C 0 3A 63 3E
Octal 376 371 76 0 2 114 0 72 143 76
Binary 11111110 11111001 111110 0 10 1001100 0 111010 1100011 111110

Color Harmonies of #FEF93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF93E

Black with #FEF93E

Text Example


Text Example

White with #FEF93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF93E; }

 p { color: rgb(254,249,62); }

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

background-color css

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

 a { background-color: rgb(254,249,62); }

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

border-color css

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

 span { border-color: rgb(254,249,62); }

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