Html Css Color HEX #FFF680 Witch Haze

📋 copy color: '#FFF680'

red 255 ◦ green 246 ◦ blue 128

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

Shades of Witch Haze #FFF680

Tints of Witch Haze #FFF680

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.11%

 BLUE value IS 128 (50.39% from 255) = 20.35%

R = 40.54%
G = 39.11%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFF680 (or 0xFFF680) is known color: Witch Haze. HEX triplet: FF, F6 and 80. RGB value is (255,246,128). Sum of RGB (Red+Green+Blue) = 255+246+128=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 128 (50.39% from 255 or 20.35% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF680 is #00097F. Grayscale: #EBEBEB. Windows color (decimal): -2432 or 8451839. OLE color: 8451839.

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

Color convert

RGB 255 246 128 -
CMYK 0 0.04 0.50 0
HSL 55.75º 1% 0.75% -
HSV(B) 55.75º 0.5% 1% -
XYZ 78.09 88.73 33.43 -
YUV 235.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 255 246 128 0 0.04 0.50 0 55.75 1 0.75
Hex FF F6 80 0 4 32 0 38 64 4B
Octal 377 366 200 0 4 62 0 70 144 113
Binary 11111111 11110110 10000000 0 100 110010 0 111000 1100100 1001011

Color Harmonies of #FFF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF680

Black with #FFF680

Text Example


Text Example

White with #FFF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF680; }

 p { color: rgb(255,246,128); }

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

background-color css

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

 a { background-color: rgb(255,246,128); }

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

border-color css

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

 span { border-color: rgb(255,246,128); }

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