Html Css Color HEX #FFF049 Paris Daisy

📋 copy color: '#FFF049'

red 255 ◦ green 240 ◦ blue 73

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

Shades of Paris Daisy #FFF049

Tints of Paris Daisy #FFF049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 12.85%

R = 44.89%
G = 42.25%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF049 (or 0xFFF049) is known color: Paris Daisy. HEX triplet: FF, F0 and 49. RGB value is (255,240,73). Sum of RGB (Red+Green+Blue) = 255+240+73=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 73 (28.91% from 255 or 12.85% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF049 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF049 is #000FB6. Grayscale: #E2E2E2. Windows color (decimal): -4023 or 4845823. OLE color: 4845823.

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

Color convert

RGB 255 240 73 -
CMYK 0 0.06 0.71 0
HSL 55.05º 1% 0.64% -
HSV(B) 55.05º 0.71% 1% -
XYZ 73.6 84.06 18.65 -
YUV 225.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 255 240 73 0 0.06 0.71 0 55.05 1 0.64
Hex FF F0 49 0 6 47 0 37 64 40
Octal 377 360 111 0 6 107 0 67 144 100
Binary 11111111 11110000 1001001 0 110 1000111 0 110111 1100100 1000000

Color Harmonies of #FFF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF049

Black with #FFF049

Text Example


Text Example

White with #FFF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF049; }

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

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

background-color css

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

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

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

border-color css

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

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

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