Html Css Color HEX #FFF048 Paris Daisy

📋 copy color: '#FFF048'

red 255 ◦ green 240 ◦ blue 72

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

Shades of Paris Daisy #FFF048

Tints of Paris Daisy #FFF048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

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

R = 44.97%
G = 42.33%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFF048 (or 0xFFF048) is known color: Paris Daisy. HEX triplet: FF, F0 and 48. RGB value is (255,240,72). Sum of RGB (Red+Green+Blue) = 255+240+72=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 72 (28.52% from 255 or 12.70% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF048 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF048 is #000FB7. Grayscale: #E2E2E2. Windows color (decimal): -4024 or 4780287. OLE color: 4780287.

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

Color convert

RGB 255 240 72 -
CMYK 0 0.06 0.72 0
HSL 55.08º 1% 0.64% -
HSV(B) 55.08º 0.72% 1% -
XYZ 73.57 84.05 18.48 -
YUV 225.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 255 240 72 0 0.06 0.72 0 55.08 1 0.64
Hex FF F0 48 0 6 48 0 37 64 40
Octal 377 360 110 0 6 110 0 67 144 100
Binary 11111111 11110000 1001000 0 110 1001000 0 110111 1100100 1000000

Color Harmonies of #FFF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF048

Black with #FFF048

Text Example


Text Example

White with #FFF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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