Html Css Color HEX #FAE345 Paris Daisy

📋 copy color: '#FAE345'

red 250 ◦ green 227 ◦ blue 69

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

Shades of Paris Daisy #FAE345

Tints of Paris Daisy #FAE345

RGB

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

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

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

R = 45.79%
G = 41.58%
B = 12.64%

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

#FAE345 (or 0xFAE345) is known color: Paris Daisy. HEX triplet: FA, E3 and 45. RGB value is (250,227,69). Sum of RGB (Red+Green+Blue) = 250+227+69=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE345 is #051CBA. Grayscale: #D8D8D8. Windows color (decimal): -335035 or 4580346. OLE color: 4580346.

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

Color convert

RGB 250 227 69 -
CMYK 0 0.09 0.72 0.02
HSL 52.38º 0.95% 0.63% -
HSV(B) 52.38º 0.72% 0.98% -
XYZ 67.97 75.69 16.66 -
YUV 215.87 45.12 152.35 -
System Red Green Blue C M Y K H S L
Decimal 250 227 69 0 0.09 0.72 0.02 52.38 0.95 0.63
Hex FA E3 45 0 9 48 2 34 5F 3F
Octal 372 343 105 0 11 110 2 64 137 77
Binary 11111010 11100011 1000101 0 1001 1001000 10 110100 1011111 111111

Color Harmonies of #FAE345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE345

Black with #FAE345

Text Example


Text Example

White with #FAE345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE345; }

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

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

background-color css

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

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

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

border-color css

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

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

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