Html Css Color HEX #FAF746 Paris Daisy

📋 copy color: '#FAF746'

red 250 ◦ green 247 ◦ blue 70

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

Shades of Paris Daisy #FAF746

Tints of Paris Daisy #FAF746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.35%

R = 44.09%
G = 43.56%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF746 (or 0xFAF746) is known color: Paris Daisy. HEX triplet: FA, F7 and 46. RGB value is (250,247,70). Sum of RGB (Red+Green+Blue) = 250+247+70=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 70 (27.73% from 255 or 12.35% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF746 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF746 is #0508B9. Grayscale: #E4E4E4. Windows color (decimal): -329914 or 4651002. OLE color: 4651002.

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

Color convert

RGB 250 247 70 -
CMYK 0 0.01 0.72 0.02
HSL 59º 0.95% 0.63% -
HSV(B) 59º 0.72% 0.98% -
XYZ 73.79 87.29 18.75 -
YUV 227.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 250 247 70 0 0.01 0.72 0.02 59 0.95 0.63
Hex FA F7 46 0 1 48 2 3B 5F 3F
Octal 372 367 106 0 1 110 2 73 137 77
Binary 11111010 11110111 1000110 0 1 1001000 10 111011 1011111 111111

Color Harmonies of #FAF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF746

Black with #FAF746

Text Example


Text Example

White with #FAF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF746; }

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

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

background-color css

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

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

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

border-color css

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

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

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