Html Css Color HEX #FEFB7D Witch Haze

📋 copy color: '#FEFB7D'

red 254 ◦ green 251 ◦ blue 125

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

Shades of Witch Haze #FEFB7D

Tints of Witch Haze #FEFB7D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.84%

 BLUE value IS 125 (49.22% from 255) = 19.84%

R = 40.32%
G = 39.84%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FEFB7D (or 0xFEFB7D) is known color: Witch Haze. HEX triplet: FE, FB and 7D. RGB value is (254,251,125). Sum of RGB (Red+Green+Blue) = 254+251+125=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 125 (49.22% from 255 or 19.84% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFB7D is #010482. Grayscale: #EEEEEE. Windows color (decimal): -66691 or 8256510. OLE color: 8256510.

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

Color convert

RGB 254 251 125 -
CMYK 0 0.01 0.51 0.00
HSL 58.6º 0.98% 0.74% -
HSV(B) 58.6º 0.51% 1% -
XYZ 79.07 91.55 32.9 -
YUV 237.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 254 251 125 0 0.01 0.51 0.00 58.6 0.98 0.74
Hex FE FB 7D 0 1 33 0 3B 62 4A
Octal 376 373 175 0 1 63 0 73 142 112
Binary 11111110 11111011 1111101 0 1 110011 0 111011 1100010 1001010

Color Harmonies of #FEFB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFB7D

Black with #FEFB7D

Text Example


Text Example

White with #FEFB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFB7D; }

 p { color: rgb(254,251,125); }

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

background-color css

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

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

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

border-color css

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

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

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