Html Css Color HEX #FEF144 Paris Daisy

📋 copy color: '#FEF144'

red 254 ◦ green 241 ◦ blue 68

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

Shades of Paris Daisy #FEF144

Tints of Paris Daisy #FEF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.81%

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

R = 45.12%
G = 42.81%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FEF144 (or 0xFEF144) is known color: Paris Daisy. HEX triplet: FE, F1 and 44. RGB value is (254,241,68). Sum of RGB (Red+Green+Blue) = 254+241+68=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 68 (26.95% from 255 or 12.08% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF144 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF144 is #010EBB. Grayscale: #E1E1E1. Windows color (decimal): -69308 or 4518398. OLE color: 4518398.

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

Color convert

RGB 254 241 68 -
CMYK 0 0.05 0.73 0.00
HSL 55.81º 0.99% 0.63% -
HSV(B) 55.81º 0.73% 1% -
XYZ 73.37 84.4 17.89 -
YUV 225.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 254 241 68 0 0.05 0.73 0.00 55.81 0.99 0.63
Hex FE F1 44 0 5 49 0 38 63 3F
Octal 376 361 104 0 5 111 0 70 143 77
Binary 11111110 11110001 1000100 0 101 1001001 0 111000 1100011 111111

Color Harmonies of #FEF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF144

Black with #FEF144

Text Example


Text Example

White with #FEF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF144; }

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

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

background-color css

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

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

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

border-color css

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

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

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