Html Css Color HEX #FAF755 Paris Daisy

📋 copy color: '#FAF755'

red 250 ◦ green 247 ◦ blue 85

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

Shades of Paris Daisy #FAF755

Tints of Paris Daisy #FAF755

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.44%

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

R = 42.96%
G = 42.44%
B = 14.6%

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

#FAF755 (or 0xFAF755) is known color: Paris Daisy. HEX triplet: FA, F7 and 55. RGB value is (250,247,85). Sum of RGB (Red+Green+Blue) = 250+247+85=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 247 (96.88% from 255 or 42.44% from 582); Blue value is 85 (33.59% from 255 or 14.60% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF755 is #0508AA. Grayscale: #E6E6E6. Windows color (decimal): -329899 or 5634042. OLE color: 5634042.

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

Color convert

RGB 250 247 85 -
CMYK 0 0.01 0.66 0.02
HSL 58.91º 0.94% 0.66% -
HSV(B) 58.91º 0.66% 0.98% -
XYZ 74.32 87.5 21.57 -
YUV 229.43 46.49 142.67 -
System Red Green Blue C M Y K H S L
Decimal 250 247 85 0 0.01 0.66 0.02 58.91 0.94 0.66
Hex FA F7 55 0 1 42 2 3B 5E 42
Octal 372 367 125 0 1 102 2 73 136 102
Binary 11111010 11110111 1010101 0 1 1000010 10 111011 1011110 1000010

Color Harmonies of #FAF755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF755

Black with #FAF755

Text Example


Text Example

White with #FAF755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF755; }

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

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

background-color css

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

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

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

border-color css

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

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

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