Html Css Color HEX #FBA40E Dark Tangerine

📋 copy color: '#FBA40E'

red 251 ◦ green 164 ◦ blue 14

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

Shades of Dark Tangerine #FBA40E

Tints of Dark Tangerine #FBA40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 58.51%
G = 38.23%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBA40E (or 0xFBA40E) is known color: Dark Tangerine. HEX triplet: FB, A4 and 0E. RGB value is (251,164,14). Sum of RGB (Red+Green+Blue) = 251+164+14=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA40E is #045BF1. Grayscale: #ADADAD. Windows color (decimal): -285682 or 959739. OLE color: 959739.

HSL color Cylindrical-coordinate representation of color #FBA40E: hue angle of 37.97º 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 #FBA40E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 164 14 -
CMYK 0 0.35 0.94 0.02
HSL 37.97º 0.97% 0.52% -
HSV(B) 37.97º 0.94% 0.98% -
XYZ 53.14 47.09 6.7 -
YUV 172.91 38.32 183.7 -
System Red Green Blue C M Y K H S L
Decimal 251 164 14 0 0.35 0.94 0.02 37.97 0.97 0.52
Hex FB A4 E 0 23 5E 2 26 61 34
Octal 373 244 16 0 43 136 2 46 141 64
Binary 11111011 10100100 1110 0 100011 1011110 10 100110 1100001 110100

Color Harmonies of #FBA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA40E

Black with #FBA40E

Text Example


Text Example

White with #FBA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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