Html Css Color HEX #FAF247 Paris Daisy

📋 copy color: '#FAF247'

red 250 ◦ green 242 ◦ blue 71

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

Shades of Paris Daisy #FAF247

Tints of Paris Daisy #FAF247

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

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

R = 44.4%
G = 42.98%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAF247 (or 0xFAF247) is known color: Paris Daisy. HEX triplet: FA, F2 and 47. RGB value is (250,242,71). Sum of RGB (Red+Green+Blue) = 250+242+71=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 71 (28.12% from 255 or 12.61% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF247 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF247 is #050DB8. Grayscale: #E1E1E1. Windows color (decimal): -331193 or 4715258. OLE color: 4715258.

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

Color convert

RGB 250 242 71 -
CMYK 0 0.03 0.72 0.02
HSL 57.32º 0.95% 0.63% -
HSV(B) 57.32º 0.72% 0.98% -
XYZ 72.31 84.28 18.42 -
YUV 224.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 250 242 71 0 0.03 0.72 0.02 57.32 0.95 0.63
Hex FA F2 47 0 3 48 2 39 5F 3F
Octal 372 362 107 0 3 110 2 71 137 77
Binary 11111010 11110010 1000111 0 11 1001000 10 111001 1011111 111111

Color Harmonies of #FAF247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF247

Black with #FAF247

Text Example


Text Example

White with #FAF247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF247; }

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

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

background-color css

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

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

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

border-color css

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

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

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