Html Css Color HEX #FBF16A Witch Haze

📋 copy color: '#FBF16A'

red 251 ◦ green 241 ◦ blue 106

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

Shades of Witch Haze #FBF16A

Tints of Witch Haze #FBF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.3%

 BLUE value IS 106 (41.8% from 255) = 17.73%

R = 41.97%
G = 40.3%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FBF16A (or 0xFBF16A) is known color: Witch Haze. HEX triplet: FB, F1 and 6A. RGB value is (251,241,106). Sum of RGB (Red+Green+Blue) = 251+241+106=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 106 (41.80% from 255 or 17.73% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF16A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF16A is #040E95. Grayscale: #E5E5E5. Windows color (decimal): -265878 or 7008763. OLE color: 7008763.

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

Color convert

RGB 251 241 106 -
CMYK 0 0.04 0.58 0.02
HSL 55.86º 0.95% 0.7% -
HSV(B) 55.86º 0.58% 0.98% -
XYZ 73.84 84.46 26.05 -
YUV 228.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 251 241 106 0 0.04 0.58 0.02 55.86 0.95 0.7
Hex FB F1 6A 0 4 3A 2 38 5F 46
Octal 373 361 152 0 4 72 2 70 137 106
Binary 11111011 11110001 1101010 0 100 111010 10 111000 1011111 1000110

Color Harmonies of #FBF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF16A

Black with #FBF16A

Text Example


Text Example

White with #FBF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF16A; }

 p { color: rgb(251,241,106); }

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

background-color css

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

 a { background-color: rgb(251,241,106); }

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

border-color css

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

 span { border-color: rgb(251,241,106); }

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