Html Css Color HEX #FAE348 Paris Daisy

📋 copy color: '#FAE348'

red 250 ◦ green 227 ◦ blue 72

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

Shades of Paris Daisy #FAE348

Tints of Paris Daisy #FAE348

RGB

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

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

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

R = 45.54%
G = 41.35%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAE348 (or 0xFAE348) is known color: Paris Daisy. HEX triplet: FA, E3 and 48. RGB value is (250,227,72). Sum of RGB (Red+Green+Blue) = 250+227+72=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE348 is #051CB7. Grayscale: #D8D8D8. Windows color (decimal): -335032 or 4776954. OLE color: 4776954.

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

Color convert

RGB 250 227 72 -
CMYK 0 0.09 0.71 0.02
HSL 52.25º 0.95% 0.63% -
HSV(B) 52.25º 0.71% 0.98% -
XYZ 68.06 75.73 17.16 -
YUV 216.21 46.62 152.1 -
System Red Green Blue C M Y K H S L
Decimal 250 227 72 0 0.09 0.71 0.02 52.25 0.95 0.63
Hex FA E3 48 0 9 47 2 34 5F 3F
Octal 372 343 110 0 11 107 2 64 137 77
Binary 11111010 11100011 1001000 0 1001 1000111 10 110100 1011111 111111

Color Harmonies of #FAE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE348

Black with #FAE348

Text Example


Text Example

White with #FAE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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