Html Css Color HEX #FEE84B Paris Daisy

📋 copy color: '#FEE84B'

red 254 ◦ green 232 ◦ blue 75

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

Shades of Paris Daisy #FEE84B

Tints of Paris Daisy #FEE84B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.35%

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

R = 45.28%
G = 41.35%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE84B (or 0xFEE84B) is known color: Paris Daisy. HEX triplet: FE, E8 and 4B. RGB value is (254,232,75). Sum of RGB (Red+Green+Blue) = 254+232+75=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 232 (91.02% from 255 or 41.35% from 561); Blue value is 75 (29.69% from 255 or 13.37% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE84B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE84B is #0117B4. Grayscale: #DDDDDD. Windows color (decimal): -71605 or 4974846. OLE color: 4974846.

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

Color convert

RGB 254 232 75 -
CMYK 0 0.09 0.70 0.00
HSL 52.63º 0.99% 0.65% -
HSV(B) 52.63º 0.7% 1% -
XYZ 71 79.29 18.22 -
YUV 220.68 45.79 151.77 -
System Red Green Blue C M Y K H S L
Decimal 254 232 75 0 0.09 0.70 0.00 52.63 0.99 0.65
Hex FE E8 4B 0 9 46 0 35 63 41
Octal 376 350 113 0 11 106 0 65 143 101
Binary 11111110 11101000 1001011 0 1001 1000110 0 110101 1100011 1000001

Color Harmonies of #FEE84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE84B

Black with #FEE84B

Text Example


Text Example

White with #FEE84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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