Html Css Color HEX #FBED7F Witch Haze

📋 copy color: '#FBED7F'

red 251 ◦ green 237 ◦ blue 127

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

Shades of Witch Haze #FBED7F

Tints of Witch Haze #FBED7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 20.65%

R = 40.81%
G = 38.54%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FBED7F (or 0xFBED7F) is known color: Witch Haze. HEX triplet: FB, ED and 7F. RGB value is (251,237,127). Sum of RGB (Red+Green+Blue) = 251+237+127=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 127 (50% from 255 or 20.65% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED7F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBED7F is #041280. Grayscale: #E5E5E5. Windows color (decimal): -266881 or 8383995. OLE color: 8383995.

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

Color convert

RGB 251 237 127 -
CMYK 0 0.06 0.49 0.02
HSL 53.23º 0.94% 0.74% -
HSV(B) 53.23º 0.49% 0.98% -
XYZ 73.9 82.61 32.13 -
YUV 228.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 251 237 127 0 0.06 0.49 0.02 53.23 0.94 0.74
Hex FB ED 7F 0 6 31 2 35 5E 4A
Octal 373 355 177 0 6 61 2 65 136 112
Binary 11111011 11101101 1111111 0 110 110001 10 110101 1011110 1001010

Color Harmonies of #FBED7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED7F

Black with #FBED7F

Text Example


Text Example

White with #FBED7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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