Html Css Color HEX #FAE648 Paris Daisy

📋 copy color: '#FAE648'

red 250 ◦ green 230 ◦ blue 72

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

Shades of Paris Daisy #FAE648

Tints of Paris Daisy #FAE648

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.67%

 BLUE value IS 72 (28.52% from 255) = 13.04%

R = 45.29%
G = 41.67%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAE648 (or 0xFAE648) is known color: Paris Daisy. HEX triplet: FA, E6 and 48. RGB value is (250,230,72). Sum of RGB (Red+Green+Blue) = 250+230+72=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE648 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE648 is #0519B7. Grayscale: #DADADA. Windows color (decimal): -334264 or 4777722. OLE color: 4777722.

HSL color Cylindrical-coordinate representation of color #FAE648: hue angle of 53.26º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAE648 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 230 72 -
CMYK 0 0.08 0.71 0.02
HSL 53.26º 0.95% 0.63% -
HSV(B) 53.26º 0.71% 0.98% -
XYZ 68.89 77.39 17.44 -
YUV 217.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 250 230 72 0 0.08 0.71 0.02 53.26 0.95 0.63
Hex FA E6 48 0 8 47 2 35 5F 3F
Octal 372 346 110 0 10 107 2 65 137 77
Binary 11111010 11100110 1001000 0 1000 1000111 10 110101 1011111 111111

Color Harmonies of #FAE648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE648

Black with #FAE648

Text Example


Text Example

White with #FAE648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE648; }

 p { color: rgb(250,230,72); }

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

background-color css

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

 a { background-color: rgb(250,230,72); }

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

border-color css

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

 span { border-color: rgb(250,230,72); }

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