Html Css Color HEX #FAE752 Paris Daisy

📋 copy color: '#FAE752'

red 250 ◦ green 231 ◦ blue 82

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

Shades of Paris Daisy #FAE752

Tints of Paris Daisy #FAE752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.03%

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

R = 44.4%
G = 41.03%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAE752 (or 0xFAE752) is known color: Paris Daisy. HEX triplet: FA, E7 and 52. RGB value is (250,231,82). Sum of RGB (Red+Green+Blue) = 250+231+82=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE752 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE752 is #0518AD. Grayscale: #DCDCDC. Windows color (decimal): -333998 or 5433338. OLE color: 5433338.

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

Color convert

RGB 250 231 82 -
CMYK 0 0.08 0.67 0.02
HSL 53.21º 0.94% 0.65% -
HSV(B) 53.21º 0.67% 0.98% -
XYZ 69.52 78.09 19.39 -
YUV 219.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 250 231 82 0 0.08 0.67 0.02 53.21 0.94 0.65
Hex FA E7 52 0 8 43 2 35 5E 41
Octal 372 347 122 0 10 103 2 65 136 101
Binary 11111010 11100111 1010010 0 1000 1000011 10 110101 1011110 1000001

Color Harmonies of #FAE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE752

Black with #FAE752

Text Example


Text Example

White with #FAE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE752; }

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

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

background-color css

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

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

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

border-color css

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

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

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