Html Css Color HEX #FEF944 Paris Daisy

📋 copy color: '#FEF944'

red 254 ◦ green 249 ◦ blue 68

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

Shades of Paris Daisy #FEF944

Tints of Paris Daisy #FEF944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 11.91%

R = 44.48%
G = 43.61%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEF944 (or 0xFEF944) is known color: Paris Daisy. HEX triplet: FE, F9 and 44. RGB value is (254,249,68). Sum of RGB (Red+Green+Blue) = 254+249+68=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 68 (26.95% from 255 or 11.91% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF944 is #0106BB. Grayscale: #E6E6E6. Windows color (decimal): -67260 or 4520446. OLE color: 4520446.

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

Color convert

RGB 254 249 68 -
CMYK 0 0.02 0.73 0.00
HSL 58.39º 0.99% 0.63% -
HSV(B) 58.39º 0.73% 1% -
XYZ 75.79 89.24 18.7 -
YUV 229.86 36.66 145.22 -
System Red Green Blue C M Y K H S L
Decimal 254 249 68 0 0.02 0.73 0.00 58.39 0.99 0.63
Hex FE F9 44 0 2 49 0 3A 63 3F
Octal 376 371 104 0 2 111 0 72 143 77
Binary 11111110 11111001 1000100 0 10 1001001 0 111010 1100011 111111

Color Harmonies of #FEF944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF944

Black with #FEF944

Text Example


Text Example

White with #FEF944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF944; }

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

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

background-color css

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

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

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

border-color css

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

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

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