Html Css Color HEX #FAED50 Paris Daisy

📋 copy color: '#FAED50'

red 250 ◦ green 237 ◦ blue 80

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

Shades of Paris Daisy #FAED50

Tints of Paris Daisy #FAED50

RGB

 RED value IS 250 (98.05% from 255) = 44.09%

 GREEN value IS 237 (92.97% from 255) = 41.8%

 BLUE value IS 80 (31.64% from 255) = 14.11%

R = 44.09%
G = 41.8%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAED50 (or 0xFAED50) is known color: Paris Daisy. HEX triplet: FA, ED and 50. RGB value is (250,237,80). Sum of RGB (Red+Green+Blue) = 250+237+80=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 80 (31.64% from 255 or 14.11% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED50 is #0512AF. Grayscale: #DFDFDF. Windows color (decimal): -332464 or 5303802. OLE color: 5303802.

HSL color Cylindrical-coordinate representation of color #FAED50: hue angle of 55.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAED50 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 80 -
CMYK 0 0.05 0.68 0.02
HSL 55.41º 0.94% 0.65% -
HSV(B) 55.41º 0.68% 0.98% -
XYZ 71.16 81.47 19.56 -
YUV 222.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 250 237 80 0 0.05 0.68 0.02 55.41 0.94 0.65
Hex FA ED 50 0 5 44 2 37 5E 41
Octal 372 355 120 0 5 104 2 67 136 101
Binary 11111010 11101101 1010000 0 101 1000100 10 110111 1011110 1000001

Color Harmonies of #FAED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED50

Black with #FAED50

Text Example


Text Example

White with #FAED50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED50; }

 p { color: rgb(250,237,80); }

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

background-color css

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

 a { background-color: rgb(250,237,80); }

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

border-color css

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

 span { border-color: rgb(250,237,80); }

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