Html Css Color HEX #FEF24C Paris Daisy

📋 copy color: '#FEF24C'

red 254 ◦ green 242 ◦ blue 76

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

Shades of Paris Daisy #FEF24C

Tints of Paris Daisy #FEF24C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.31%

 BLUE value IS 76 (30.08% from 255) = 13.29%

R = 44.41%
G = 42.31%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEF24C (or 0xFEF24C) is known color: Paris Daisy. HEX triplet: FE, F2 and 4C. RGB value is (254,242,76). Sum of RGB (Red+Green+Blue) = 254+242+76=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF24C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF24C is #010DB3. Grayscale: #E3E3E3. Windows color (decimal): -69044 or 5042942. OLE color: 5042942.

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

Color convert

RGB 254 242 76 -
CMYK 0 0.05 0.70 0.00
HSL 55.96º 0.99% 0.65% -
HSV(B) 55.96º 0.7% 1% -
XYZ 73.93 85.1 19.37 -
YUV 226.66 42.98 147.5 -
System Red Green Blue C M Y K H S L
Decimal 254 242 76 0 0.05 0.70 0.00 55.96 0.99 0.65
Hex FE F2 4C 0 5 46 0 38 63 41
Octal 376 362 114 0 5 106 0 70 143 101
Binary 11111110 11110010 1001100 0 101 1000110 0 111000 1100011 1000001

Color Harmonies of #FEF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF24C

Black with #FEF24C

Text Example


Text Example

White with #FEF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF24C; }

 p { color: rgb(254,242,76); }

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

background-color css

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

 a { background-color: rgb(254,242,76); }

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

border-color css

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

 span { border-color: rgb(254,242,76); }

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