Html Css Color HEX #FAE352 Paris Daisy

📋 copy color: '#FAE352'

red 250 ◦ green 227 ◦ blue 82

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

Shades of Paris Daisy #FAE352

Tints of Paris Daisy #FAE352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.67%

R = 44.72%
G = 40.61%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAE352 (or 0xFAE352) is known color: Paris Daisy. HEX triplet: FA, E3 and 52. RGB value is (250,227,82). Sum of RGB (Red+Green+Blue) = 250+227+82=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 82 (32.42% from 255 or 14.67% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE352 is #051CAD. Grayscale: #D9D9D9. Windows color (decimal): -335022 or 5432314. OLE color: 5432314.

HSL color Cylindrical-coordinate representation of color #FAE352: hue angle of 51.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAE352 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 227 82 -
CMYK 0 0.09 0.67 0.02
HSL 51.79º 0.94% 0.65% -
HSV(B) 51.79º 0.67% 0.98% -
XYZ 68.42 75.87 19.02 -
YUV 217.35 51.62 151.29 -
System Red Green Blue C M Y K H S L
Decimal 250 227 82 0 0.09 0.67 0.02 51.79 0.94 0.65
Hex FA E3 52 0 9 43 2 34 5E 41
Octal 372 343 122 0 11 103 2 64 136 101
Binary 11111010 11100011 1010010 0 1001 1000011 10 110100 1011110 1000001

Color Harmonies of #FAE352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE352

Black with #FAE352

Text Example


Text Example

White with #FAE352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE352; }

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

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

background-color css

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

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

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

border-color css

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

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

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