Html Css Color HEX #FEF950 Paris Daisy

📋 copy color: '#FEF950'

red 254 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #FEF950

Tints of Paris Daisy #FEF950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.72%

R = 43.57%
G = 42.71%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEF950 (or 0xFEF950) is known color: Paris Daisy. HEX triplet: FE, F9 and 50. RGB value is (254,249,80). Sum of RGB (Red+Green+Blue) = 254+249+80=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 80 (31.64% from 255 or 13.72% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF950 is #0106AF. Grayscale: #E7E7E7. Windows color (decimal): -67248 or 5306878. OLE color: 5306878.

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

Color convert

RGB 254 249 80 -
CMYK 0 0.02 0.69 0.00
HSL 58.28º 0.99% 0.65% -
HSV(B) 58.28º 0.69% 1% -
XYZ 76.2 89.4 20.83 -
YUV 231.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 254 249 80 0 0.02 0.69 0.00 58.28 0.99 0.65
Hex FE F9 50 0 2 45 0 3A 63 41
Octal 376 371 120 0 2 105 0 72 143 101
Binary 11111110 11111001 1010000 0 10 1000101 0 111010 1100011 1000001

Color Harmonies of #FEF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF950

Black with #FEF950

Text Example


Text Example

White with #FEF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF950; }

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

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

background-color css

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

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

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

border-color css

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

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

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