Html Css Color HEX #FAF855 Paris Daisy

📋 copy color: '#FAF855'

red 250 ◦ green 248 ◦ blue 85

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

Shades of Paris Daisy #FAF855

Tints of Paris Daisy #FAF855

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.54%

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

R = 42.88%
G = 42.54%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAF855 (or 0xFAF855) is known color: Paris Daisy. HEX triplet: FA, F8 and 55. RGB value is (250,248,85). Sum of RGB (Red+Green+Blue) = 250+248+85=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 248 (97.27% from 255 or 42.54% from 583); Blue value is 85 (33.59% from 255 or 14.58% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF855 is #0507AA. Grayscale: #E6E6E6. Windows color (decimal): -329643 or 5634298. OLE color: 5634298.

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

Color convert

RGB 250 248 85 -
CMYK 0 0.01 0.66 0.02
HSL 59.27º 0.94% 0.66% -
HSV(B) 59.27º 0.66% 0.98% -
XYZ 74.63 88.11 21.67 -
YUV 230.02 46.16 142.25 -
System Red Green Blue C M Y K H S L
Decimal 250 248 85 0 0.01 0.66 0.02 59.27 0.94 0.66
Hex FA F8 55 0 1 42 2 3B 5E 42
Octal 372 370 125 0 1 102 2 73 136 102
Binary 11111010 11111000 1010101 0 1 1000010 10 111011 1011110 1000010

Color Harmonies of #FAF855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF855

Black with #FAF855

Text Example


Text Example

White with #FAF855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF855; }

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

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

background-color css

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

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

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

border-color css

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

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

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