Html Css Color HEX #FAE545 Paris Daisy

📋 copy color: '#FAE545'

red 250 ◦ green 229 ◦ blue 69

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

Shades of Paris Daisy #FAE545

Tints of Paris Daisy #FAE545

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.79%

 BLUE value IS 69 (27.34% from 255) = 12.59%

R = 45.62%
G = 41.79%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAE545 (or 0xFAE545) is known color: Paris Daisy. HEX triplet: FA, E5 and 45. RGB value is (250,229,69). Sum of RGB (Red+Green+Blue) = 250+229+69=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE545 is #051ABA. Grayscale: #D9D9D9. Windows color (decimal): -334523 or 4580858. OLE color: 4580858.

HSL color Cylindrical-coordinate representation of color #FAE545: hue angle of 53.04º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAE545 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 229 69 -
CMYK 0 0.08 0.72 0.02
HSL 53.04º 0.95% 0.63% -
HSV(B) 53.04º 0.72% 0.98% -
XYZ 68.52 76.79 16.84 -
YUV 217.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 250 229 69 0 0.08 0.72 0.02 53.04 0.95 0.63
Hex FA E5 45 0 8 48 2 35 5F 3F
Octal 372 345 105 0 10 110 2 65 137 77
Binary 11111010 11100101 1000101 0 1000 1001000 10 110101 1011111 111111

Color Harmonies of #FAE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE545

Black with #FAE545

Text Example


Text Example

White with #FAE545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE545; }

 p { color: rgb(250,229,69); }

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

background-color css

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

 a { background-color: rgb(250,229,69); }

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

border-color css

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

 span { border-color: rgb(250,229,69); }

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