Html Css Color HEX #FEF145 Paris Daisy

📋 copy color: '#FEF145'

red 254 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #FEF145

Tints of Paris Daisy #FEF145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.23%

R = 45.04%
G = 42.73%
B = 12.23%

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

#FEF145 (or 0xFEF145) is known color: Paris Daisy. HEX triplet: FE, F1 and 45. RGB value is (254,241,69). Sum of RGB (Red+Green+Blue) = 254+241+69=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 69 (27.34% from 255 or 12.23% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF145 is #010EBA. Grayscale: #E1E1E1. Windows color (decimal): -69307 or 4583934. OLE color: 4583934.

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

Color convert

RGB 254 241 69 -
CMYK 0 0.05 0.73 0.00
HSL 55.78º 0.99% 0.63% -
HSV(B) 55.78º 0.73% 1% -
XYZ 73.4 84.41 18.05 -
YUV 225.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 254 241 69 0 0.05 0.73 0.00 55.78 0.99 0.63
Hex FE F1 45 0 5 49 0 38 63 3F
Octal 376 361 105 0 5 111 0 70 143 77
Binary 11111110 11110001 1000101 0 101 1001001 0 111000 1100011 111111

Color Harmonies of #FEF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF145

Black with #FEF145

Text Example


Text Example

White with #FEF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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