Html Css Color HEX #FFFA48 Paris Daisy

📋 copy color: '#FFFA48'

red 255 ◦ green 250 ◦ blue 72

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

Shades of Paris Daisy #FFFA48

Tints of Paris Daisy #FFFA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.48%

R = 44.19%
G = 43.33%
B = 12.48%

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

#FFFA48 (or 0xFFFA48) is known color: Paris Daisy. HEX triplet: FF, FA and 48. RGB value is (255,250,72). Sum of RGB (Red+Green+Blue) = 255+250+72=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 72 (28.52% from 255 or 12.48% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA48 is #0005B7. Grayscale: #E7E7E7. Windows color (decimal): -1464 or 4782847. OLE color: 4782847.

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

Color convert

RGB 255 250 72 -
CMYK 0 0.02 0.72 0
HSL 58.36º 1% 0.64% -
HSV(B) 58.36º 0.72% 1% -
XYZ 76.6 90.1 19.48 -
YUV 231.2 38.16 144.97 -
System Red Green Blue C M Y K H S L
Decimal 255 250 72 0 0.02 0.72 0 58.36 1 0.64
Hex FF FA 48 0 2 48 0 3A 64 40
Octal 377 372 110 0 2 110 0 72 144 100
Binary 11111111 11111010 1001000 0 10 1001000 0 111010 1100100 1000000

Color Harmonies of #FFFA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFA48

Black with #FFFA48

Text Example


Text Example

White with #FFFA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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