Html Css Color HEX #FAF647 Paris Daisy

📋 copy color: '#FAF647'

red 250 ◦ green 246 ◦ blue 71

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

Shades of Paris Daisy #FAF647

Tints of Paris Daisy #FAF647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.52%

R = 44.09%
G = 43.39%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF647 (or 0xFAF647) is known color: Paris Daisy. HEX triplet: FA, F6 and 47. RGB value is (250,246,71). Sum of RGB (Red+Green+Blue) = 250+246+71=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 71 (28.12% from 255 or 12.52% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF647 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF647 is #0509B8. Grayscale: #E3E3E3. Windows color (decimal): -330169 or 4716282. OLE color: 4716282.

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

Color convert

RGB 250 246 71 -
CMYK 0 0.02 0.72 0.02
HSL 58.66º 0.95% 0.63% -
HSV(B) 58.66º 0.72% 0.98% -
XYZ 73.52 86.69 18.82 -
YUV 227.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 250 246 71 0 0.02 0.72 0.02 58.66 0.95 0.63
Hex FA F6 47 0 2 48 2 3B 5F 3F
Octal 372 366 107 0 2 110 2 73 137 77
Binary 11111010 11110110 1000111 0 10 1001000 10 111011 1011111 111111

Color Harmonies of #FAF647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF647

Black with #FAF647

Text Example


Text Example

White with #FAF647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF647; }

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

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

background-color css

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

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

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

border-color css

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

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

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