Html Css Color HEX #FFF542 Paris Daisy

📋 copy color: '#FFF542'

red 255 ◦ green 245 ◦ blue 66

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

Shades of Paris Daisy #FFF542

Tints of Paris Daisy #FFF542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 11.66%

R = 45.05%
G = 43.29%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFF542 (or 0xFFF542) is known color: Paris Daisy. HEX triplet: FF, F5 and 42. RGB value is (255,245,66). Sum of RGB (Red+Green+Blue) = 255+245+66=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 66 (26.17% from 255 or 11.66% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF542 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF542 is #000ABD. Grayscale: #E4E4E4. Windows color (decimal): -2750 or 4388351. OLE color: 4388351.

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

Color convert

RGB 255 245 66 -
CMYK 0 0.04 0.74 0
HSL 56.83º 1% 0.63% -
HSV(B) 56.83º 0.74% 1% -
XYZ 74.88 86.96 17.99 -
YUV 227.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 255 245 66 0 0.04 0.74 0 56.83 1 0.63
Hex FF F5 42 0 4 4A 0 39 64 3F
Octal 377 365 102 0 4 112 0 71 144 77
Binary 11111111 11110101 1000010 0 100 1001010 0 111001 1100100 111111

Color Harmonies of #FFF542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF542

Black with #FFF542

Text Example


Text Example

White with #FFF542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF542; }

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

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

background-color css

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

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

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

border-color css

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

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

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