#FDEB6B

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

Shades of Witch Haze #FDEB6B

Tints of Witch Haze #FDEB6B

Color information

#FDEB6B (or 0xFDEB6B) is unknown color: approx Witch Haze. HEX triplet: FD, EB and 6B. RGB value is (253,235,107). Sum of RGB (Red+Green+Blue) = 253+235+107=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 107 (42.19% from 255 or 17.98% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEB6B is #021494. Grayscale: #E2E2E2. Windows color (decimal): -136341 or 7072765. OLE color: 7072765.

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

Color convert

RGB253235107-
CMYK00.070.580.01
HSL52.6º97.33%70.59%-
HSV(B)52.6º57.71%99.22%-
XYZ72.8781.3625.77-
YUV225.7960.96147.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 107 (42.19% from 255) = 17.98%
R=42.52%
G=39.50%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323510700.070.580.0152.697.3370.59
HexFDEB6B073A1356147
Octal3753531530772165141107
Binary111111011110101111010110111111010111010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEB6B; }

 p { color: rgb(253,235,107); }

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

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

 a { background-color: rgb(253,235,107); }

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

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

 span { border-color: rgb(253,235,107); }

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