#FDF670

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

Shades of Witch Haze #FDF670

Tints of Witch Haze #FDF670

Color information

#FDF670 (or 0xFDF670) is unknown color: approx Witch Haze. HEX triplet: FD, F6 and 70. RGB value is (253,246,112). Sum of RGB (Red+Green+Blue) = 253+246+112=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 246 (96.48% from 255 or 40.26% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF670 is #02098F. Grayscale: #E9E9E9. Windows color (decimal): -133520 or 7403261. OLE color: 7403261.

HSL color Cylindrical-coordinate representation of color #FDF670: hue angle of 57.02º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDF670 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB253246112-
CMYK00.030.560.01
HSL57.02º97.24%71.57%-
HSV(B)57.02º55.73%99.22%-
XYZ76.3987.9628.28-
YUV232.8259.82142.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.41%
GREEN value IS 246 (96.48% from 255) = 40.26%
BLUE value IS 112 (44.14% from 255) = 18.33%
R=41.41%
G=40.26%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324611200.030.560.0157.0297.2471.57
HexFDF67003381396148
Octal3753661600370171141110
Binary11111101111101101110000011111000111100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF670; }

 p { color: rgb(253,246,112); }

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

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

 a { background-color: rgb(253,246,112); }

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

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

 span { border-color: rgb(253,246,112); }

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