Html Css Color HEX #FBA414 Dark Tangerine

📋 copy color: '#FBA414'

red 251 ◦ green 164 ◦ blue 20

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

Shades of Dark Tangerine #FBA414

Tints of Dark Tangerine #FBA414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.6%

R = 57.7%
G = 37.7%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBA414 (or 0xFBA414) is known color: Dark Tangerine. HEX triplet: FB, A4 and 14. RGB value is (251,164,20). Sum of RGB (Red+Green+Blue) = 251+164+20=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA414 is #045BEB. Grayscale: #AEAEAE. Windows color (decimal): -285676 or 1352955. OLE color: 1352955.

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

Color convert

RGB 251 164 20 -
CMYK 0 0.35 0.92 0.02
HSL 37.4º 0.97% 0.53% -
HSV(B) 37.4º 0.92% 0.98% -
XYZ 53.19 47.11 6.95 -
YUV 173.6 41.32 183.21 -
System Red Green Blue C M Y K H S L
Decimal 251 164 20 0 0.35 0.92 0.02 37.4 0.97 0.53
Hex FB A4 14 0 23 5C 2 25 61 35
Octal 373 244 24 0 43 134 2 45 141 65
Binary 11111011 10100100 10100 0 100011 1011100 10 100101 1100001 110101

Color Harmonies of #FBA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA414

Black with #FBA414

Text Example


Text Example

White with #FBA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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