Html Css Color HEX #FBAB0E Dark Tangerine

📋 copy color: '#FBAB0E'

red 251 ◦ green 171 ◦ blue 14

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

Shades of Dark Tangerine #FBAB0E

Tints of Dark Tangerine #FBAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 57.57%
G = 39.22%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBAB0E (or 0xFBAB0E) is known color: Dark Tangerine. HEX triplet: FB, AB and 0E. RGB value is (251,171,14). Sum of RGB (Red+Green+Blue) = 251+171+14=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAB0E is #0454F1. Grayscale: #B1B1B1. Windows color (decimal): -283890 or 961531. OLE color: 961531.

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

Color convert

RGB 251 171 14 -
CMYK 0 0.32 0.94 0.02
HSL 39.75º 0.97% 0.52% -
HSV(B) 39.75º 0.94% 0.98% -
XYZ 54.43 49.67 7.13 -
YUV 177.02 36 180.77 -
System Red Green Blue C M Y K H S L
Decimal 251 171 14 0 0.32 0.94 0.02 39.75 0.97 0.52
Hex FB AB E 0 20 5E 2 28 61 34
Octal 373 253 16 0 40 136 2 50 141 64
Binary 11111011 10101011 1110 0 100000 1011110 10 101000 1100001 110100

Color Harmonies of #FBAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB0E

Black with #FBAB0E

Text Example


Text Example

White with #FBAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB0E; }

 p { color: rgb(251,171,14); }

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

background-color css

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

 a { background-color: rgb(251,171,14); }

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

border-color css

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

 span { border-color: rgb(251,171,14); }

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