Html Css Color HEX #FFF254 Paris Daisy

📋 copy color: '#FFF254'

red 255 ◦ green 242 ◦ blue 84

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

Shades of Paris Daisy #FFF254

Tints of Paris Daisy #FFF254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.46%

R = 43.89%
G = 41.65%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFF254 (or 0xFFF254) is known color: Paris Daisy. HEX triplet: FF, F2 and 54. RGB value is (255,242,84). Sum of RGB (Red+Green+Blue) = 255+242+84=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 84 (33.20% from 255 or 14.46% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF254 is #000DAB. Grayscale: #E4E4E4. Windows color (decimal): -3500 or 5567231. OLE color: 5567231.

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

Color convert

RGB 255 242 84 -
CMYK 0 0.05 0.67 0
HSL 55.44º 1% 0.66% -
HSV(B) 55.44º 0.67% 1% -
XYZ 74.59 85.4 20.94 -
YUV 227.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 255 242 84 0 0.05 0.67 0 55.44 1 0.66
Hex FF F2 54 0 5 43 0 37 64 42
Octal 377 362 124 0 5 103 0 67 144 102
Binary 11111111 11110010 1010100 0 101 1000011 0 110111 1100100 1000010

Color Harmonies of #FFF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF254

Black with #FFF254

Text Example


Text Example

White with #FFF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF254; }

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

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

background-color css

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

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

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

border-color css

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

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

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