Html Css Color HEX #FBA50A Dark Tangerine

📋 copy color: '#FBA50A'

red 251 ◦ green 165 ◦ blue 10

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

Shades of Dark Tangerine #FBA50A

Tints of Dark Tangerine #FBA50A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 58.92%
G = 38.73%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBA50A (or 0xFBA50A) is known color: Dark Tangerine. HEX triplet: FB, A5 and 0A. RGB value is (251,165,10). Sum of RGB (Red+Green+Blue) = 251+165+10=426 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.92% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA50A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA50A is #045AF5. Grayscale: #ADADAD. Windows color (decimal): -285430 or 697851. OLE color: 697851.

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

Color convert

RGB 251 165 10 -
CMYK 0 0.34 0.96 0.02
HSL 38.59º 0.97% 0.51% -
HSV(B) 38.59º 0.96% 0.98% -
XYZ 53.29 47.44 6.64 -
YUV 173.04 35.99 183.6 -
System Red Green Blue C M Y K H S L
Decimal 251 165 10 0 0.34 0.96 0.02 38.59 0.97 0.51
Hex FB A5 A 0 22 60 2 27 61 33
Octal 373 245 12 0 42 140 2 47 141 63
Binary 11111011 10100101 1010 0 100010 1100000 10 100111 1100001 110011

Color Harmonies of #FBA50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA50A

Black with #FBA50A

Text Example


Text Example

White with #FBA50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA50A; }

 p { color: rgb(251,165,10); }

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

background-color css

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

 a { background-color: rgb(251,165,10); }

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

border-color css

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

 span { border-color: rgb(251,165,10); }

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