Html Css Color HEX #FEFC4B Paris Daisy

📋 copy color: '#FEFC4B'

red 254 ◦ green 252 ◦ blue 75

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

Shades of Paris Daisy #FEFC4B

Tints of Paris Daisy #FEFC4B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.37%

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

R = 43.72%
G = 43.37%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEFC4B (or 0xFEFC4B) is known color: Paris Daisy. HEX triplet: FE, FC and 4B. RGB value is (254,252,75). Sum of RGB (Red+Green+Blue) = 254+252+75=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 75 (29.69% from 255 or 12.91% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC4B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC4B is #0103B4. Grayscale: #E9E9E9. Windows color (decimal): -66485 or 4979966. OLE color: 4979966.

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

Color convert

RGB 254 252 75 -
CMYK 0 0.01 0.70 0.00
HSL 59.33º 0.99% 0.65% -
HSV(B) 59.33º 0.7% 1% -
XYZ 76.95 91.2 20.2 -
YUV 232.42 39.16 143.39 -
System Red Green Blue C M Y K H S L
Decimal 254 252 75 0 0.01 0.70 0.00 59.33 0.99 0.65
Hex FE FC 4B 0 1 46 0 3B 63 41
Octal 376 374 113 0 1 106 0 73 143 101
Binary 11111110 11111100 1001011 0 1 1000110 0 111011 1100011 1000001

Color Harmonies of #FEFC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC4B

Black with #FEFC4B

Text Example


Text Example

White with #FEFC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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