Html Css Color HEX #FFF249 Paris Daisy

📋 copy color: '#FFF249'

red 255 ◦ green 242 ◦ blue 73

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

Shades of Paris Daisy #FFF249

Tints of Paris Daisy #FFF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

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

R = 44.74%
G = 42.46%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFF249 (or 0xFFF249) is known color: Paris Daisy. HEX triplet: FF, F2 and 49. RGB value is (255,242,73). Sum of RGB (Red+Green+Blue) = 255+242+73=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 73 (28.91% from 255 or 12.81% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF249 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF249 is #000DB6. Grayscale: #E3E3E3. Windows color (decimal): -3511 or 4846335. OLE color: 4846335.

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

Color convert

RGB 255 242 73 -
CMYK 0 0.05 0.71 0
HSL 55.71º 1% 0.64% -
HSV(B) 55.71º 0.71% 1% -
XYZ 74.19 85.25 18.85 -
YUV 226.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 255 242 73 0 0.05 0.71 0 55.71 1 0.64
Hex FF F2 49 0 5 47 0 38 64 40
Octal 377 362 111 0 5 107 0 70 144 100
Binary 11111111 11110010 1001001 0 101 1000111 0 111000 1100100 1000000

Color Harmonies of #FFF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF249

Black with #FFF249

Text Example


Text Example

White with #FFF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF249; }

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

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

background-color css

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

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

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

border-color css

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

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

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