Html Css Color HEX #FBED6B Witch Haze

📋 copy color: '#FBED6B'

red 251 ◦ green 237 ◦ blue 107

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

Shades of Witch Haze #FBED6B

Tints of Witch Haze #FBED6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 17.98%

R = 42.18%
G = 39.83%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBED6B (or 0xFBED6B) is known color: Witch Haze. HEX triplet: FB, ED and 6B. RGB value is (251,237,107). Sum of RGB (Red+Green+Blue) = 251+237+107=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 107 (42.19% from 255 or 17.98% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED6B is #041294. Grayscale: #E2E2E2. Windows color (decimal): -266901 or 7073275. OLE color: 7073275.

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

Color convert

RGB 251 237 107 -
CMYK 0 0.06 0.57 0.02
HSL 54.17º 0.95% 0.7% -
HSV(B) 54.17º 0.57% 0.98% -
XYZ 72.72 82.14 25.93 -
YUV 226.37 60.64 145.57 -
System Red Green Blue C M Y K H S L
Decimal 251 237 107 0 0.06 0.57 0.02 54.17 0.95 0.7
Hex FB ED 6B 0 6 39 2 36 5F 46
Octal 373 355 153 0 6 71 2 66 137 106
Binary 11111011 11101101 1101011 0 110 111001 10 110110 1011111 1000110

Color Harmonies of #FBED6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED6B

Black with #FBED6B

Text Example


Text Example

White with #FBED6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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