Html Css Color HEX #FFF349 Paris Daisy

📋 copy color: '#FFF349'

red 255 ◦ green 243 ◦ blue 73

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

Shades of Paris Daisy #FFF349

Tints of Paris Daisy #FFF349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.56%

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

R = 44.66%
G = 42.56%
B = 12.78%

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

#FFF349 (or 0xFFF349) is known color: Paris Daisy. HEX triplet: FF, F3 and 49. RGB value is (255,243,73). Sum of RGB (Red+Green+Blue) = 255+243+73=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 73 (28.91% from 255 or 12.78% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF349 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF349 is #000CB6. Grayscale: #E3E3E3. Windows color (decimal): -3255 or 4846591. OLE color: 4846591.

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

Color convert

RGB 255 243 73 -
CMYK 0 0.05 0.71 0
HSL 56.04º 1% 0.64% -
HSV(B) 56.04º 0.71% 1% -
XYZ 74.49 85.84 18.95 -
YUV 227.21 40.98 147.82 -
System Red Green Blue C M Y K H S L
Decimal 255 243 73 0 0.05 0.71 0 56.04 1 0.64
Hex FF F3 49 0 5 47 0 38 64 40
Octal 377 363 111 0 5 107 0 70 144 100
Binary 11111111 11110011 1001001 0 101 1000111 0 111000 1100100 1000000

Color Harmonies of #FFF349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF349

Black with #FFF349

Text Example


Text Example

White with #FFF349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF349; }

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

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

background-color css

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

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

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

border-color css

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

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

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