Html Css Color HEX #FAF950 Paris Daisy

📋 copy color: '#FAF950'

red 250 ◦ green 249 ◦ blue 80

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

Shades of Paris Daisy #FAF950

Tints of Paris Daisy #FAF950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.82%

R = 43.18%
G = 43.01%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAF950 (or 0xFAF950) is known color: Paris Daisy. HEX triplet: FA, F9 and 50. RGB value is (250,249,80). Sum of RGB (Red+Green+Blue) = 250+249+80=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 80 (31.64% from 255 or 13.82% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF950 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF950 is #0506AF. Grayscale: #E6E6E6. Windows color (decimal): -329392 or 5306874. OLE color: 5306874.

HSL color Cylindrical-coordinate representation of color #FAF950: hue angle of 59.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAF950 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 249 80 -
CMYK 0 0.00 0.68 0.02
HSL 59.65º 0.94% 0.65% -
HSV(B) 59.65º 0.68% 0.98% -
XYZ 74.75 88.65 20.76 -
YUV 230.03 43.33 142.24 -
System Red Green Blue C M Y K H S L
Decimal 250 249 80 0 0.00 0.68 0.02 59.65 0.94 0.65
Hex FA F9 50 0 0 44 2 3C 5E 41
Octal 372 371 120 0 0 104 2 74 136 101
Binary 11111010 11111001 1010000 0 0 1000100 10 111100 1011110 1000001

Color Harmonies of #FAF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF950

Black with #FAF950

Text Example


Text Example

White with #FAF950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF950; }

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

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

background-color css

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

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

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

border-color css

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

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

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