Html Css Color HEX #FAF251 Paris Daisy

📋 copy color: '#FAF251'

red 250 ◦ green 242 ◦ blue 81

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

Shades of Paris Daisy #FAF251

Tints of Paris Daisy #FAF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.23%

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

R = 43.63%
G = 42.23%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAF251 (or 0xFAF251) is known color: Paris Daisy. HEX triplet: FA, F2 and 51. RGB value is (250,242,81). Sum of RGB (Red+Green+Blue) = 250+242+81=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 81 (32.03% from 255 or 14.14% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF251 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF251 is #050DAE. Grayscale: #E2E2E2. Windows color (decimal): -331183 or 5370618. OLE color: 5370618.

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

Color convert

RGB 250 242 81 -
CMYK 0 0.03 0.68 0.02
HSL 57.16º 0.94% 0.65% -
HSV(B) 57.16º 0.68% 0.98% -
XYZ 72.66 84.42 20.25 -
YUV 226.04 46.15 145.09 -
System Red Green Blue C M Y K H S L
Decimal 250 242 81 0 0.03 0.68 0.02 57.16 0.94 0.65
Hex FA F2 51 0 3 44 2 39 5E 41
Octal 372 362 121 0 3 104 2 71 136 101
Binary 11111010 11110010 1010001 0 11 1000100 10 111001 1011110 1000001

Color Harmonies of #FAF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF251

Black with #FAF251

Text Example


Text Example

White with #FAF251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF251; }

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

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

background-color css

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

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

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

border-color css

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

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

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