Html Css Color HEX #FBA60B Dark Tangerine

📋 copy color: '#FBA60B'

red 251 ◦ green 166 ◦ blue 11

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

Shades of Dark Tangerine #FBA60B

Tints of Dark Tangerine #FBA60B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 58.64%
G = 38.79%
B = 2.57%

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

#FBA60B (or 0xFBA60B) is known color: Dark Tangerine. HEX triplet: FB, A6 and 0B. RGB value is (251,166,11). Sum of RGB (Red+Green+Blue) = 251+166+11=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA60B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA60B is #0459F4. Grayscale: #AEAEAE. Windows color (decimal): -285173 or 763643. OLE color: 763643.

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

Color convert

RGB 251 166 11 -
CMYK 0 0.34 0.96 0.02
HSL 38.75º 0.97% 0.51% -
HSV(B) 38.75º 0.96% 0.98% -
XYZ 53.48 47.81 6.73 -
YUV 173.75 36.16 183.1 -
System Red Green Blue C M Y K H S L
Decimal 251 166 11 0 0.34 0.96 0.02 38.75 0.97 0.51
Hex FB A6 B 0 22 60 2 27 61 33
Octal 373 246 13 0 42 140 2 47 141 63
Binary 11111011 10100110 1011 0 100010 1100000 10 100111 1100001 110011

Color Harmonies of #FBA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA60B

Black with #FBA60B

Text Example


Text Example

White with #FBA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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