Html Css Color HEX #FAF655 Paris Daisy

📋 copy color: '#FAF655'

red 250 ◦ green 246 ◦ blue 85

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

Shades of Paris Daisy #FAF655

Tints of Paris Daisy #FAF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.34%

 BLUE value IS 85 (33.59% from 255) = 14.63%

R = 43.03%
G = 42.34%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAF655 (or 0xFAF655) is known color: Paris Daisy. HEX triplet: FA, F6 and 55. RGB value is (250,246,85). Sum of RGB (Red+Green+Blue) = 250+246+85=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 246 (96.48% from 255 or 42.34% from 581); Blue value is 85 (33.59% from 255 or 14.63% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF655 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF655 is #0509AA. Grayscale: #E5E5E5. Windows color (decimal): -330155 or 5633786. OLE color: 5633786.

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

Color convert

RGB 250 246 85 -
CMYK 0 0.02 0.66 0.02
HSL 58.55º 0.94% 0.66% -
HSV(B) 58.55º 0.66% 0.98% -
XYZ 74.02 86.89 21.46 -
YUV 228.84 46.83 143.09 -
System Red Green Blue C M Y K H S L
Decimal 250 246 85 0 0.02 0.66 0.02 58.55 0.94 0.66
Hex FA F6 55 0 2 42 2 3B 5E 42
Octal 372 366 125 0 2 102 2 73 136 102
Binary 11111010 11110110 1010101 0 10 1000010 10 111011 1011110 1000010

Color Harmonies of #FAF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF655

Black with #FAF655

Text Example


Text Example

White with #FAF655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF655; }

 p { color: rgb(250,246,85); }

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

background-color css

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

 a { background-color: rgb(250,246,85); }

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

border-color css

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

 span { border-color: rgb(250,246,85); }

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