Html Css Color HEX #FBA31A Dark Tangerine

📋 copy color: '#FBA31A'

red 251 ◦ green 163 ◦ blue 26

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

Shades of Dark Tangerine #FBA31A

Tints of Dark Tangerine #FBA31A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

 BLUE value IS 26 (10.55% from 255) = 5.91%

R = 57.05%
G = 37.05%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FBA31A (or 0xFBA31A) is known color: Dark Tangerine. HEX triplet: FB, A3 and 1A. RGB value is (251,163,26). Sum of RGB (Red+Green+Blue) = 251+163+26=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA31A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA31A is #045CE5. Grayscale: #AEAEAE. Windows color (decimal): -285926 or 1745915. OLE color: 1745915.

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

Color convert

RGB 251 163 26 -
CMYK 0 0.35 0.90 0.02
HSL 36.53º 0.97% 0.54% -
HSV(B) 36.53º 0.9% 0.98% -
XYZ 53.07 46.78 7.21 -
YUV 173.69 44.65 183.14 -
System Red Green Blue C M Y K H S L
Decimal 251 163 26 0 0.35 0.90 0.02 36.53 0.97 0.54
Hex FB A3 1A 0 23 5A 2 25 61 36
Octal 373 243 32 0 43 132 2 45 141 66
Binary 11111011 10100011 11010 0 100011 1011010 10 100101 1100001 110110

Color Harmonies of #FBA31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA31A

Black with #FBA31A

Text Example


Text Example

White with #FBA31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA31A; }

 p { color: rgb(251,163,26); }

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

background-color css

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

 a { background-color: rgb(251,163,26); }

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

border-color css

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

 span { border-color: rgb(251,163,26); }

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