Html Css Color HEX #FBED74 Witch Haze

📋 copy color: '#FBED74'

red 251 ◦ green 237 ◦ blue 116

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

Shades of Witch Haze #FBED74

Tints of Witch Haze #FBED74

RGB

 RED value IS 251 (98.44% from 255) = 41.56%

 GREEN value IS 237 (92.97% from 255) = 39.24%

 BLUE value IS 116 (45.7% from 255) = 19.21%

R = 41.56%
G = 39.24%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FBED74 (or 0xFBED74) is known color: Witch Haze. HEX triplet: FB, ED and 74. RGB value is (251,237,116). Sum of RGB (Red+Green+Blue) = 251+237+116=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 116 (45.70% from 255 or 19.21% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED74 is #04128B. Grayscale: #E3E3E3. Windows color (decimal): -266892 or 7663099. OLE color: 7663099.

HSL color Cylindrical-coordinate representation of color #FBED74: hue angle of 53.78º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBED74 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 237 116 -
CMYK 0 0.06 0.54 0.02
HSL 53.78º 0.94% 0.72% -
HSV(B) 53.78º 0.54% 0.98% -
XYZ 73.22 82.34 28.56 -
YUV 227.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 251 237 116 0 0.06 0.54 0.02 53.78 0.94 0.72
Hex FB ED 74 0 6 36 2 36 5E 48
Octal 373 355 164 0 6 66 2 66 136 110
Binary 11111011 11101101 1110100 0 110 110110 10 110110 1011110 1001000

Color Harmonies of #FBED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED74

Black with #FBED74

Text Example


Text Example

White with #FBED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED74; }

 p { color: rgb(251,237,116); }

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

background-color css

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

 a { background-color: rgb(251,237,116); }

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

border-color css

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

 span { border-color: rgb(251,237,116); }

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