Html Css Color HEX #FAE445 Paris Daisy

📋 copy color: '#FAE445'

red 250 ◦ green 228 ◦ blue 69

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

Shades of Paris Daisy #FAE445

Tints of Paris Daisy #FAE445

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.68%

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

R = 45.7%
G = 41.68%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAE445 (or 0xFAE445) is known color: Paris Daisy. HEX triplet: FA, E4 and 45. RGB value is (250,228,69). Sum of RGB (Red+Green+Blue) = 250+228+69=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE445 is #051BBA. Grayscale: #D9D9D9. Windows color (decimal): -334779 or 4580602. OLE color: 4580602.

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

Color convert

RGB 250 228 69 -
CMYK 0 0.09 0.72 0.02
HSL 52.71º 0.95% 0.63% -
HSV(B) 52.71º 0.72% 0.98% -
XYZ 68.24 76.24 16.75 -
YUV 216.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 250 228 69 0 0.09 0.72 0.02 52.71 0.95 0.63
Hex FA E4 45 0 9 48 2 35 5F 3F
Octal 372 344 105 0 11 110 2 65 137 77
Binary 11111010 11100100 1000101 0 1001 1001000 10 110101 1011111 111111

Color Harmonies of #FAE445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE445

Black with #FAE445

Text Example


Text Example

White with #FAE445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE445; }

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

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

background-color css

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

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

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

border-color css

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

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

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