Html Css Color HEX #FAE347 Paris Daisy

📋 copy color: '#FAE347'

red 250 ◦ green 227 ◦ blue 71

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

Shades of Paris Daisy #FAE347

Tints of Paris Daisy #FAE347

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.42%

 BLUE value IS 71 (28.13% from 255) = 12.96%

R = 45.62%
G = 41.42%
B = 12.96%

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

#FAE347 (or 0xFAE347) is known color: Paris Daisy. HEX triplet: FA, E3 and 47. RGB value is (250,227,71). Sum of RGB (Red+Green+Blue) = 250+227+71=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 71 (28.12% from 255 or 12.96% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE347 is #051CB8. Grayscale: #D8D8D8. Windows color (decimal): -335033 or 4711418. OLE color: 4711418.

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

Color convert

RGB 250 227 71 -
CMYK 0 0.09 0.72 0.02
HSL 52.29º 0.95% 0.63% -
HSV(B) 52.29º 0.72% 0.98% -
XYZ 68.03 75.72 16.99 -
YUV 216.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 250 227 71 0 0.09 0.72 0.02 52.29 0.95 0.63
Hex FA E3 47 0 9 48 2 34 5F 3F
Octal 372 343 107 0 11 110 2 64 137 77
Binary 11111010 11100011 1000111 0 1001 1001000 10 110100 1011111 111111

Color Harmonies of #FAE347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE347

Black with #FAE347

Text Example


Text Example

White with #FAE347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE347; }

 p { color: rgb(250,227,71); }

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

background-color css

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

 a { background-color: rgb(250,227,71); }

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

border-color css

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

 span { border-color: rgb(250,227,71); }

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