Html Css Color HEX #FAF553 Paris Daisy

📋 copy color: '#FAF553'

red 250 ◦ green 245 ◦ blue 83

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

Shades of Paris Daisy #FAF553

Tints of Paris Daisy #FAF553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.36%

R = 43.25%
G = 42.39%
B = 14.36%

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

#FAF553 (or 0xFAF553) is known color: Paris Daisy. HEX triplet: FA, F5 and 53. RGB value is (250,245,83). Sum of RGB (Red+Green+Blue) = 250+245+83=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 83 (32.81% from 255 or 14.36% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF553 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF553 is #050AAC. Grayscale: #E4E4E4. Windows color (decimal): -330413 or 5502458. OLE color: 5502458.

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

Color convert

RGB 250 245 83 -
CMYK 0 0.02 0.67 0.02
HSL 58.2º 0.94% 0.65% -
HSV(B) 58.2º 0.67% 0.98% -
XYZ 73.64 86.25 20.95 -
YUV 228.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 250 245 83 0 0.02 0.67 0.02 58.2 0.94 0.65
Hex FA F5 53 0 2 43 2 3A 5E 41
Octal 372 365 123 0 2 103 2 72 136 101
Binary 11111010 11110101 1010011 0 10 1000011 10 111010 1011110 1000001

Color Harmonies of #FAF553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF553

Black with #FAF553

Text Example


Text Example

White with #FAF553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF553; }

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

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

background-color css

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

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

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

border-color css

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

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

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