Html Css Color HEX #FAF546 Paris Daisy

📋 copy color: '#FAF546'

red 250 ◦ green 245 ◦ blue 70

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

Shades of Paris Daisy #FAF546

Tints of Paris Daisy #FAF546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.39%

R = 44.25%
G = 43.36%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF546 (or 0xFAF546) is known color: Paris Daisy. HEX triplet: FA, F5 and 46. RGB value is (250,245,70). Sum of RGB (Red+Green+Blue) = 250+245+70=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 245 (96.09% from 255 or 43.36% from 565); Blue value is 70 (27.73% from 255 or 12.39% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF546 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF546 is #050AB9. Grayscale: #E3E3E3. Windows color (decimal): -330426 or 4650490. OLE color: 4650490.

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

Color convert

RGB 250 245 70 -
CMYK 0 0.02 0.72 0.02
HSL 58.33º 0.95% 0.63% -
HSV(B) 58.33º 0.72% 0.98% -
XYZ 73.18 86.07 18.55 -
YUV 226.55 39.66 144.73 -
System Red Green Blue C M Y K H S L
Decimal 250 245 70 0 0.02 0.72 0.02 58.33 0.95 0.63
Hex FA F5 46 0 2 48 2 3A 5F 3F
Octal 372 365 106 0 2 110 2 72 137 77
Binary 11111010 11110101 1000110 0 10 1001000 10 111010 1011111 111111

Color Harmonies of #FAF546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF546

Black with #FAF546

Text Example


Text Example

White with #FAF546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF546; }

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

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

background-color css

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

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

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

border-color css

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

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

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