Html Css Color HEX #FFF57D Witch Haze

📋 copy color: '#FFF57D'

red 255 ◦ green 245 ◦ blue 125

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

Shades of Witch Haze #FFF57D

Tints of Witch Haze #FFF57D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.2%

 BLUE value IS 125 (49.22% from 255) = 20%

R = 40.8%
G = 39.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFF57D (or 0xFFF57D) is known color: Witch Haze. HEX triplet: FF, F5 and 7D. RGB value is (255,245,125). Sum of RGB (Red+Green+Blue) = 255+245+125=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 125 (49.22% from 255 or 20% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF57D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF57D is #000A82. Grayscale: #EAEAEA. Windows color (decimal): -2691 or 8254975. OLE color: 8254975.

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

Color convert

RGB 255 245 125 -
CMYK 0 0.04 0.51 0
HSL 55.38º 1% 0.75% -
HSV(B) 55.38º 0.51% 1% -
XYZ 77.59 88.05 32.31 -
YUV 234.31 66.31 142.76 -
System Red Green Blue C M Y K H S L
Decimal 255 245 125 0 0.04 0.51 0 55.38 1 0.75
Hex FF F5 7D 0 4 33 0 37 64 4B
Octal 377 365 175 0 4 63 0 67 144 113
Binary 11111111 11110101 1111101 0 100 110011 0 110111 1100100 1001011

Color Harmonies of #FFF57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF57D

Black with #FFF57D

Text Example


Text Example

White with #FFF57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF57D; }

 p { color: rgb(255,245,125); }

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

background-color css

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

 a { background-color: rgb(255,245,125); }

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

border-color css

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

 span { border-color: rgb(255,245,125); }

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