Html Css Color HEX #FFF475 Witch Haze

📋 copy color: '#FFF475'

red 255 ◦ green 244 ◦ blue 117

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

Shades of Witch Haze #FFF475

Tints of Witch Haze #FFF475

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.61%

 BLUE value IS 117 (46.09% from 255) = 18.99%

R = 41.4%
G = 39.61%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFF475 (or 0xFFF475) is known color: Witch Haze. HEX triplet: FF, F4 and 75. RGB value is (255,244,117). Sum of RGB (Red+Green+Blue) = 255+244+117=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 117 (46.09% from 255 or 18.99% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF475 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF475 is #000B8A. Grayscale: #E9E9E9. Windows color (decimal): -2955 or 7730431. OLE color: 7730431.

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

Color convert

RGB 255 244 117 -
CMYK 0 0.04 0.54 0
HSL 55.22º 1% 0.73% -
HSV(B) 55.22º 0.54% 1% -
XYZ 76.8 87.25 29.62 -
YUV 232.81 62.64 143.83 -
System Red Green Blue C M Y K H S L
Decimal 255 244 117 0 0.04 0.54 0 55.22 1 0.73
Hex FF F4 75 0 4 36 0 37 64 49
Octal 377 364 165 0 4 66 0 67 144 111
Binary 11111111 11110100 1110101 0 100 110110 0 110111 1100100 1001001

Color Harmonies of #FFF475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF475

Black with #FFF475

Text Example


Text Example

White with #FFF475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF475; }

 p { color: rgb(255,244,117); }

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

background-color css

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

 a { background-color: rgb(255,244,117); }

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

border-color css

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

 span { border-color: rgb(255,244,117); }

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