Html Css Color HEX #FEF67F Witch Haze

📋 copy color: '#FEF67F'

red 254 ◦ green 246 ◦ blue 127

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

Shades of Witch Haze #FEF67F

Tints of Witch Haze #FEF67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.26%

R = 40.51%
G = 39.23%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FEF67F (or 0xFEF67F) is known color: Witch Haze. HEX triplet: FE, F6 and 7F. RGB value is (254,246,127). Sum of RGB (Red+Green+Blue) = 254+246+127=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 127 (50% from 255 or 20.26% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF67F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF67F is #010980. Grayscale: #EBEBEB. Windows color (decimal): -67969 or 8386302. OLE color: 8386302.

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

Color convert

RGB 254 246 127 -
CMYK 0 0.03 0.50 0.00
HSL 56.22º 0.98% 0.75% -
HSV(B) 56.22º 0.5% 1% -
XYZ 77.66 88.51 33.07 -
YUV 234.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 254 246 127 0 0.03 0.50 0.00 56.22 0.98 0.75
Hex FE F6 7F 0 3 32 0 38 62 4B
Octal 376 366 177 0 3 62 0 70 142 113
Binary 11111110 11110110 1111111 0 11 110010 0 111000 1100010 1001011

Color Harmonies of #FEF67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF67F

Black with #FEF67F

Text Example


Text Example

White with #FEF67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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