Html Css Color HEX #FAF951 Paris Daisy

📋 copy color: '#FAF951'

red 250 ◦ green 249 ◦ blue 81

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

Shades of Paris Daisy #FAF951

Tints of Paris Daisy #FAF951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 13.97%

R = 43.1%
G = 42.93%
B = 13.97%

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

#FAF951 (or 0xFAF951) is known color: Paris Daisy. HEX triplet: FA, F9 and 51. RGB value is (250,249,81). Sum of RGB (Red+Green+Blue) = 250+249+81=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 81 (32.03% from 255 or 13.97% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF951 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF951 is #0506AE. Grayscale: #E6E6E6. Windows color (decimal): -329391 or 5372410. OLE color: 5372410.

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

Color convert

RGB 250 249 81 -
CMYK 0 0.00 0.68 0.02
HSL 59.64º 0.94% 0.65% -
HSV(B) 59.64º 0.68% 0.98% -
XYZ 74.79 88.67 20.96 -
YUV 230.15 43.83 142.16 -
System Red Green Blue C M Y K H S L
Decimal 250 249 81 0 0.00 0.68 0.02 59.64 0.94 0.65
Hex FA F9 51 0 0 44 2 3C 5E 41
Octal 372 371 121 0 0 104 2 74 136 101
Binary 11111010 11111001 1010001 0 0 1000100 10 111100 1011110 1000001

Color Harmonies of #FAF951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF951

Black with #FAF951

Text Example


Text Example

White with #FAF951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF951; }

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

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

background-color css

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

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

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

border-color css

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

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

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