#fff274

Color #FFF274 Witch Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Witch Haze #FFF274

Tints of Witch Haze #FFF274

Color information

#FFF274 (or 0xFFF274) is unknown color: approx Witch Haze. HEX triplet: FF, F2 and 74. RGB value is (255,242,116). Sum of RGB (Red+Green+Blue) = 255+242+116=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 116 (45.70% from 255 or 18.92% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF274 is #000D8B. Grayscale: #E8E8E8. Windows color (decimal): -3468 or 7664383. OLE color: 7664383.

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

Color convert

RGB255242116-
CMYK00.050.550
HSL54.39º100%72.75%-
HSV(B)54.39º54.51%100%-
XYZ76.1486.0329.11-
YUV231.5262.81144.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 116 (45.70% from 255) = 18.92%
R=41.60%
G=39.48%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524211600.050.55054.3910072.75
HexFFF27405370366449
Octal3773621640567066144111
Binary111111111111001011101000101110111011011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fff274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fff274; }

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

 H1.HeaderClassName
 {
   color: #fff274;
 }
 .AnyTagClassName
 {
   color: #fff274;
 }
</style>
background-color css

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

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

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

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

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

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