Html Css Color HEX #FAF949 Paris Daisy

📋 copy color: '#FAF949'

red 250 ◦ green 249 ◦ blue 73

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

Shades of Paris Daisy #FAF949

Tints of Paris Daisy #FAF949

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.53%

 BLUE value IS 73 (28.91% from 255) = 12.76%

R = 43.71%
G = 43.53%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FAF949 (or 0xFAF949) is known color: Paris Daisy. HEX triplet: FA, F9 and 49. RGB value is (250,249,73). Sum of RGB (Red+Green+Blue) = 250+249+73=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 73 (28.91% from 255 or 12.76% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF949 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF949 is #0506B6. Grayscale: #E5E5E5. Windows color (decimal): -329399 or 4848122. OLE color: 4848122.

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

Color convert

RGB 250 249 73 -
CMYK 0 0.00 0.71 0.02
HSL 59.66º 0.95% 0.63% -
HSV(B) 59.66º 0.71% 0.98% -
XYZ 74.5 88.56 19.47 -
YUV 229.24 39.83 142.81 -
System Red Green Blue C M Y K H S L
Decimal 250 249 73 0 0.00 0.71 0.02 59.66 0.95 0.63
Hex FA F9 49 0 0 47 2 3C 5F 3F
Octal 372 371 111 0 0 107 2 74 137 77
Binary 11111010 11111001 1001001 0 0 1000111 10 111100 1011111 111111

Color Harmonies of #FAF949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF949

Black with #FAF949

Text Example


Text Example

White with #FAF949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF949; }

 p { color: rgb(250,249,73); }

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

background-color css

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

 a { background-color: rgb(250,249,73); }

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

border-color css

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

 span { border-color: rgb(250,249,73); }

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