Html Css Color HEX #FAF552 Paris Daisy

📋 copy color: '#FAF552'

red 250 ◦ green 245 ◦ blue 82

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

Shades of Paris Daisy #FAF552

Tints of Paris Daisy #FAF552

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.46%

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

R = 43.33%
G = 42.46%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAF552 (or 0xFAF552) is known color: Paris Daisy. HEX triplet: FA, F5 and 52. RGB value is (250,245,82). Sum of RGB (Red+Green+Blue) = 250+245+82=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 82 (32.42% from 255 or 14.21% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF552 is #050AAD. Grayscale: #E4E4E4. Windows color (decimal): -330414 or 5436922. OLE color: 5436922.

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

Color convert

RGB 250 245 82 -
CMYK 0 0.02 0.67 0.02
HSL 58.21º 0.94% 0.65% -
HSV(B) 58.21º 0.67% 0.98% -
XYZ 73.6 86.24 20.75 -
YUV 227.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 250 245 82 0 0.02 0.67 0.02 58.21 0.94 0.65
Hex FA F5 52 0 2 43 2 3A 5E 41
Octal 372 365 122 0 2 103 2 72 136 101
Binary 11111010 11110101 1010010 0 10 1000011 10 111010 1011110 1000001

Color Harmonies of #FAF552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF552

Black with #FAF552

Text Example


Text Example

White with #FAF552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF552; }

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

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

background-color css

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

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

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

border-color css

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

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

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