Html Css Color HEX #FAE346 Paris Daisy

📋 copy color: '#FAE346'

red 250 ◦ green 227 ◦ blue 70

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

Shades of Paris Daisy #FAE346

Tints of Paris Daisy #FAE346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.8%

R = 45.7%
G = 41.5%
B = 12.8%

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

#FAE346 (or 0xFAE346) is known color: Paris Daisy. HEX triplet: FA, E3 and 46. RGB value is (250,227,70). Sum of RGB (Red+Green+Blue) = 250+227+70=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE346 is #051CB9. Grayscale: #D8D8D8. Windows color (decimal): -335034 or 4645882. OLE color: 4645882.

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

Color convert

RGB 250 227 70 -
CMYK 0 0.09 0.72 0.02
HSL 52.33º 0.95% 0.63% -
HSV(B) 52.33º 0.72% 0.98% -
XYZ 68 75.7 16.82 -
YUV 215.98 45.62 152.27 -
System Red Green Blue C M Y K H S L
Decimal 250 227 70 0 0.09 0.72 0.02 52.33 0.95 0.63
Hex FA E3 46 0 9 48 2 34 5F 3F
Octal 372 343 106 0 11 110 2 64 137 77
Binary 11111010 11100011 1000110 0 1001 1001000 10 110100 1011111 111111

Color Harmonies of #FAE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE346

Black with #FAE346

Text Example


Text Example

White with #FAE346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE346; }

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

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

background-color css

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

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

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

border-color css

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

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

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