Html Css Color HEX #FFF548 Paris Daisy

📋 copy color: '#FFF548'

red 255 ◦ green 245 ◦ blue 72

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

Shades of Paris Daisy #FFF548

Tints of Paris Daisy #FFF548

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.83%

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

R = 44.58%
G = 42.83%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFF548 (or 0xFFF548) is known color: Paris Daisy. HEX triplet: FF, F5 and 48. RGB value is (255,245,72). Sum of RGB (Red+Green+Blue) = 255+245+72=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 245 (96.09% from 255 or 42.83% from 572); Blue value is 72 (28.52% from 255 or 12.59% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF548 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF548 is #000AB7. Grayscale: #E4E4E4. Windows color (decimal): -2744 or 4781567. OLE color: 4781567.

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

Color convert

RGB 255 245 72 -
CMYK 0 0.04 0.72 0
HSL 56.72º 1% 0.64% -
HSV(B) 56.72º 0.72% 1% -
XYZ 75.06 87.03 18.97 -
YUV 228.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 255 245 72 0 0.04 0.72 0 56.72 1 0.64
Hex FF F5 48 0 4 48 0 39 64 40
Octal 377 365 110 0 4 110 0 71 144 100
Binary 11111111 11110101 1001000 0 100 1001000 0 111001 1100100 1000000

Color Harmonies of #FFF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF548

Black with #FFF548

Text Example


Text Example

White with #FFF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF548; }

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

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

background-color css

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

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

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

border-color css

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

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

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