Html Css Color HEX #FEE74B Paris Daisy

📋 copy color: '#FEE74B'

red 254 ◦ green 231 ◦ blue 75

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

Shades of Paris Daisy #FEE74B

Tints of Paris Daisy #FEE74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.25%

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

R = 45.36%
G = 41.25%
B = 13.39%

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

#FEE74B (or 0xFEE74B) is known color: Paris Daisy. HEX triplet: FE, E7 and 4B. RGB value is (254,231,75). Sum of RGB (Red+Green+Blue) = 254+231+75=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 75 (29.69% from 255 or 13.39% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE74B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE74B is #0118B4. Grayscale: #DCDCDC. Windows color (decimal): -71861 or 4974590. OLE color: 4974590.

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

Color convert

RGB 254 231 75 -
CMYK 0 0.09 0.70 0.00
HSL 52.29º 0.99% 0.65% -
HSV(B) 52.29º 0.7% 1% -
XYZ 70.72 78.73 18.13 -
YUV 220.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 254 231 75 0 0.09 0.70 0.00 52.29 0.99 0.65
Hex FE E7 4B 0 9 46 0 34 63 41
Octal 376 347 113 0 11 106 0 64 143 101
Binary 11111110 11100111 1001011 0 1001 1000110 0 110100 1100011 1000001

Color Harmonies of #FEE74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE74B

Black with #FEE74B

Text Example


Text Example

White with #FEE74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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