Html Css Color HEX #FEFE7B Witch Haze

📋 copy color: '#FEFE7B'

red 254 ◦ green 254 ◦ blue 123

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

Shades of Witch Haze #FEFE7B

Tints of Witch Haze #FEFE7B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.25%

 BLUE value IS 123 (48.44% from 255) = 19.49%

R = 40.25%
G = 40.25%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEFE7B (or 0xFEFE7B) is known color: Witch Haze. HEX triplet: FE, FE and 7B. RGB value is (254,254,123). Sum of RGB (Red+Green+Blue) = 254+254+123=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 123 (48.44% from 255 or 19.49% from 631); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFE7B is #010184. Grayscale: #EFEFEF. Windows color (decimal): -65925 or 8126206. OLE color: 8126206.

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

Color convert

RGB 254 254 123 -
CMYK 0 0 0.52 0.00
HSL 60º 0.98% 0.74% -
HSV(B) 60º 0.52% 1% -
XYZ 79.89 93.38 32.55 -
YUV 239.07 62.5 138.65 -
System Red Green Blue C M Y K H S L
Decimal 254 254 123 0 0 0.52 0.00 60 0.98 0.74
Hex FE FE 7B 0 0 34 0 3C 62 4A
Octal 376 376 173 0 0 64 0 74 142 112
Binary 11111110 11111110 1111011 0 0 110100 0 111100 1100010 1001010

Color Harmonies of #FEFE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE7B

Black with #FEFE7B

Text Example


Text Example

White with #FEFE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE7B; }

 p { color: rgb(254,254,123); }

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

background-color css

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

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

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

border-color css

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

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

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