Html Css Color HEX #FFF256 Paris Daisy

📋 copy color: '#FFF256'

red 255 ◦ green 242 ◦ blue 86

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

Shades of Paris Daisy #FFF256

Tints of Paris Daisy #FFF256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.75%

R = 43.74%
G = 41.51%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFF256 (or 0xFFF256) is known color: Paris Daisy. HEX triplet: FF, F2 and 56. RGB value is (255,242,86). Sum of RGB (Red+Green+Blue) = 255+242+86=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 86 (33.98% from 255 or 14.75% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF256 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF256 is #000DA9. Grayscale: #E4E4E4. Windows color (decimal): -3498 or 5698303. OLE color: 5698303.

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

Color convert

RGB 255 242 86 -
CMYK 0 0.05 0.66 0
HSL 55.38º 1% 0.67% -
HSV(B) 55.38º 0.66% 1% -
XYZ 74.67 85.44 21.36 -
YUV 228.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 255 242 86 0 0.05 0.66 0 55.38 1 0.67
Hex FF F2 56 0 5 42 0 37 64 43
Octal 377 362 126 0 5 102 0 67 144 103
Binary 11111111 11110010 1010110 0 101 1000010 0 110111 1100100 1000011

Color Harmonies of #FFF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF256

Black with #FFF256

Text Example


Text Example

White with #FFF256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF256; }

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

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

background-color css

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

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

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

border-color css

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

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

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