Html Css Color HEX #FEF54B Paris Daisy

📋 copy color: '#FEF54B'

red 254 ◦ green 245 ◦ blue 75

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

Shades of Paris Daisy #FEF54B

Tints of Paris Daisy #FEF54B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.68%

 BLUE value IS 75 (29.69% from 255) = 13.07%

R = 44.25%
G = 42.68%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF54B (or 0xFEF54B) is known color: Paris Daisy. HEX triplet: FE, F5 and 4B. RGB value is (254,245,75). Sum of RGB (Red+Green+Blue) = 254+245+75=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 245 (96.09% from 255 or 42.68% from 574); Blue value is 75 (29.69% from 255 or 13.07% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF54B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF54B is #010AB4. Grayscale: #E5E5E5. Windows color (decimal): -68277 or 4978174. OLE color: 4978174.

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

Color convert

RGB 254 245 75 -
CMYK 0 0.04 0.70 0.00
HSL 56.98º 0.99% 0.65% -
HSV(B) 56.98º 0.7% 1% -
XYZ 74.8 86.88 19.48 -
YUV 228.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 254 245 75 0 0.04 0.70 0.00 56.98 0.99 0.65
Hex FE F5 4B 0 4 46 0 39 63 41
Octal 376 365 113 0 4 106 0 71 143 101
Binary 11111110 11110101 1001011 0 100 1000110 0 111001 1100011 1000001

Color Harmonies of #FEF54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF54B

Black with #FEF54B

Text Example


Text Example

White with #FEF54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF54B; }

 p { color: rgb(254,245,75); }

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

background-color css

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

 a { background-color: rgb(254,245,75); }

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

border-color css

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

 span { border-color: rgb(254,245,75); }

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