Html Css Color HEX #FBF168 Witch Haze

📋 copy color: '#FBF168'

red 251 ◦ green 241 ◦ blue 104

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

Shades of Witch Haze #FBF168

Tints of Witch Haze #FBF168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 17.45%

R = 42.11%
G = 40.44%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FBF168 (or 0xFBF168) is known color: Witch Haze. HEX triplet: FB, F1 and 68. RGB value is (251,241,104). Sum of RGB (Red+Green+Blue) = 251+241+104=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 104 (41.02% from 255 or 17.45% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF168 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBF168 is #040E97. Grayscale: #E4E4E4. Windows color (decimal): -265880 or 6877691. OLE color: 6877691.

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

Color convert

RGB 251 241 104 -
CMYK 0 0.04 0.59 0.02
HSL 55.92º 0.95% 0.7% -
HSV(B) 55.92º 0.59% 0.98% -
XYZ 73.74 84.42 25.5 -
YUV 228.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 251 241 104 0 0.04 0.59 0.02 55.92 0.95 0.7
Hex FB F1 68 0 4 3B 2 38 5F 46
Octal 373 361 150 0 4 73 2 70 137 106
Binary 11111011 11110001 1101000 0 100 111011 10 111000 1011111 1000110

Color Harmonies of #FBF168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF168

Black with #FBF168

Text Example


Text Example

White with #FBF168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF168; }

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

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

background-color css

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

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

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

border-color css

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

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

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