Html Css Color HEX #FAE950 Paris Daisy

📋 copy color: '#FAE950'

red 250 ◦ green 233 ◦ blue 80

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

Shades of Paris Daisy #FAE950

Tints of Paris Daisy #FAE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.39%

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

R = 44.4%
G = 41.39%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAE950 (or 0xFAE950) is known color: Paris Daisy. HEX triplet: FA, E9 and 50. RGB value is (250,233,80). Sum of RGB (Red+Green+Blue) = 250+233+80=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 80 (31.64% from 255 or 14.21% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE950 is #0516AF. Grayscale: #DDDDDD. Windows color (decimal): -333488 or 5302778. OLE color: 5302778.

HSL color Cylindrical-coordinate representation of color #FAE950: hue angle of 54º 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 #FAE950 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 80 -
CMYK 0 0.07 0.68 0.02
HSL 54º 0.94% 0.65% -
HSV(B) 54º 0.68% 0.98% -
XYZ 70.01 79.18 19.18 -
YUV 220.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 250 233 80 0 0.07 0.68 0.02 54 0.94 0.65
Hex FA E9 50 0 7 44 2 36 5E 41
Octal 372 351 120 0 7 104 2 66 136 101
Binary 11111010 11101001 1010000 0 111 1000100 10 110110 1011110 1000001

Color Harmonies of #FAE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE950

Black with #FAE950

Text Example


Text Example

White with #FAE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE950; }

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

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

background-color css

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

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

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

border-color css

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

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

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