Html Css Color HEX #FEF670 Witch Haze

📋 copy color: '#FEF670'

red 254 ◦ green 246 ◦ blue 112

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

Shades of Witch Haze #FEF670

Tints of Witch Haze #FEF670

RGB

 RED value IS 254 (99.61% from 255) = 41.5%

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

 BLUE value IS 112 (44.14% from 255) = 18.3%

R = 41.5%
G = 40.2%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FEF670 (or 0xFEF670) is known color: Witch Haze. HEX triplet: FE, F6 and 70. RGB value is (254,246,112). Sum of RGB (Red+Green+Blue) = 254+246+112=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 112 (44.14% from 255 or 18.30% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF670 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF670 is #01098F. Grayscale: #E9E9E9. Windows color (decimal): -67984 or 7403262. OLE color: 7403262.

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

Color convert

RGB 254 246 112 -
CMYK 0 0.03 0.56 0.00
HSL 56.62º 0.99% 0.72% -
HSV(B) 56.62º 0.56% 1% -
XYZ 76.75 88.15 28.3 -
YUV 233.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 254 246 112 0 0.03 0.56 0.00 56.62 0.99 0.72
Hex FE F6 70 0 3 38 0 39 63 48
Octal 376 366 160 0 3 70 0 71 143 110
Binary 11111110 11110110 1110000 0 11 111000 0 111001 1100011 1001000

Color Harmonies of #FEF670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF670

Black with #FEF670

Text Example


Text Example

White with #FEF670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF670; }

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

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

background-color css

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

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

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

border-color css

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

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

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