Html Css Color HEX #FBA50B Dark Tangerine

📋 copy color: '#FBA50B'

red 251 ◦ green 165 ◦ blue 11

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

Shades of Dark Tangerine #FBA50B

Tints of Dark Tangerine #FBA50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.58%

R = 58.78%
G = 38.64%
B = 2.58%

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

#FBA50B (or 0xFBA50B) is known color: Dark Tangerine. HEX triplet: FB, A5 and 0B. RGB value is (251,165,11). Sum of RGB (Red+Green+Blue) = 251+165+11=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA50B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA50B is #045AF4. Grayscale: #ADADAD. Windows color (decimal): -285429 or 763387. OLE color: 763387.

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

Color convert

RGB 251 165 11 -
CMYK 0 0.34 0.96 0.02
HSL 38.5º 0.97% 0.51% -
HSV(B) 38.5º 0.96% 0.98% -
XYZ 53.3 47.44 6.66 -
YUV 173.16 36.49 183.52 -
System Red Green Blue C M Y K H S L
Decimal 251 165 11 0 0.34 0.96 0.02 38.5 0.97 0.51
Hex FB A5 B 0 22 60 2 26 61 33
Octal 373 245 13 0 42 140 2 46 141 63
Binary 11111011 10100101 1011 0 100010 1100000 10 100110 1100001 110011

Color Harmonies of #FBA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA50B

Black with #FBA50B

Text Example


Text Example

White with #FBA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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