Html Css Color HEX #FEF153 Paris Daisy

📋 copy color: '#FEF153'

red 254 ◦ green 241 ◦ blue 83

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

Shades of Paris Daisy #FEF153

Tints of Paris Daisy #FEF153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.36%

R = 43.94%
G = 41.7%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEF153 (or 0xFEF153) is known color: Paris Daisy. HEX triplet: FE, F1 and 53. RGB value is (254,241,83). Sum of RGB (Red+Green+Blue) = 254+241+83=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF153 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF153 is #010EAC. Grayscale: #E3E3E3. Windows color (decimal): -69293 or 5501438. OLE color: 5501438.

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

Color convert

RGB 254 241 83 -
CMYK 0 0.05 0.67 0.00
HSL 55.44º 0.99% 0.66% -
HSV(B) 55.44º 0.67% 1% -
XYZ 73.89 84.61 20.62 -
YUV 226.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 254 241 83 0 0.05 0.67 0.00 55.44 0.99 0.66
Hex FE F1 53 0 5 43 0 37 63 42
Octal 376 361 123 0 5 103 0 67 143 102
Binary 11111110 11110001 1010011 0 101 1000011 0 110111 1100011 1000010

Color Harmonies of #FEF153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF153

Black with #FEF153

Text Example


Text Example

White with #FEF153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF153; }

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

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

background-color css

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

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

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

border-color css

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

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

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