Html Css Color HEX #FFFA47 Paris Daisy

📋 copy color: '#FFFA47'

red 255 ◦ green 250 ◦ blue 71

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

Shades of Paris Daisy #FFFA47

Tints of Paris Daisy #FFFA47

RGB

 RED value IS 255 (100% from 255) = 44.27%

 GREEN value IS 250 (98.05% from 255) = 43.4%

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

R = 44.27%
G = 43.4%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFFA47 (or 0xFFFA47) is known color: Paris Daisy. HEX triplet: FF, FA and 47. RGB value is (255,250,71). Sum of RGB (Red+Green+Blue) = 255+250+71=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 71 (28.12% from 255 or 12.33% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA47 is #0005B8. Grayscale: #E7E7E7. Windows color (decimal): -1465 or 4717311. OLE color: 4717311.

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

Color convert

RGB 255 250 71 -
CMYK 0 0.02 0.72 0
HSL 58.37º 1% 0.64% -
HSV(B) 58.37º 0.72% 1% -
XYZ 76.56 90.09 19.31 -
YUV 231.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 255 250 71 0 0.02 0.72 0 58.37 1 0.64
Hex FF FA 47 0 2 48 0 3A 64 40
Octal 377 372 107 0 2 110 0 72 144 100
Binary 11111111 11111010 1000111 0 10 1001000 0 111010 1100100 1000000

Color Harmonies of #FFFA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA47

Black with #FFFA47

Text Example


Text Example

White with #FFFA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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