Html Css Color HEX #FBED70 Witch Haze

📋 copy color: '#FBED70'

red 251 ◦ green 237 ◦ blue 112

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

Shades of Witch Haze #FBED70

Tints of Witch Haze #FBED70

RGB

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

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

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

R = 41.83%
G = 39.5%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBED70 (or 0xFBED70) is known color: Witch Haze. HEX triplet: FB, ED and 70. RGB value is (251,237,112). Sum of RGB (Red+Green+Blue) = 251+237+112=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 112 (44.14% from 255 or 18.67% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED70 is #04128F. Grayscale: #E3E3E3. Windows color (decimal): -266896 or 7400955. OLE color: 7400955.

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

Color convert

RGB 251 237 112 -
CMYK 0 0.06 0.55 0.02
HSL 53.96º 0.95% 0.71% -
HSV(B) 53.96º 0.55% 0.98% -
XYZ 72.99 82.25 27.36 -
YUV 226.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 251 237 112 0 0.06 0.55 0.02 53.96 0.95 0.71
Hex FB ED 70 0 6 37 2 36 5F 47
Octal 373 355 160 0 6 67 2 66 137 107
Binary 11111011 11101101 1110000 0 110 110111 10 110110 1011111 1000111

Color Harmonies of #FBED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED70

Black with #FBED70

Text Example


Text Example

White with #FBED70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED70; }

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

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

background-color css

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

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

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

border-color css

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

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

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