Html Css Color HEX #FAF250 Paris Daisy

📋 copy color: '#FAF250'

red 250 ◦ green 242 ◦ blue 80

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

Shades of Paris Daisy #FAF250

Tints of Paris Daisy #FAF250

RGB

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

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

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

R = 43.71%
G = 42.31%
B = 13.99%

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

#FAF250 (or 0xFAF250) is known color: Paris Daisy. HEX triplet: FA, F2 and 50. RGB value is (250,242,80). Sum of RGB (Red+Green+Blue) = 250+242+80=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 80 (31.64% from 255 or 13.99% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF250 is #050DAF. Grayscale: #E2E2E2. Windows color (decimal): -331184 or 5305082. OLE color: 5305082.

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

Color convert

RGB 250 242 80 -
CMYK 0 0.03 0.68 0.02
HSL 57.18º 0.94% 0.65% -
HSV(B) 57.18º 0.68% 0.98% -
XYZ 72.62 84.41 20.05 -
YUV 225.92 45.65 145.17 -
System Red Green Blue C M Y K H S L
Decimal 250 242 80 0 0.03 0.68 0.02 57.18 0.94 0.65
Hex FA F2 50 0 3 44 2 39 5E 41
Octal 372 362 120 0 3 104 2 71 136 101
Binary 11111010 11110010 1010000 0 11 1000100 10 111001 1011110 1000001

Color Harmonies of #FAF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF250

Black with #FAF250

Text Example


Text Example

White with #FAF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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