Html Css Color HEX #FBA10F Dark Tangerine

📋 copy color: '#FBA10F'

red 251 ◦ green 161 ◦ blue 15

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

Shades of Dark Tangerine #FBA10F

Tints of Dark Tangerine #FBA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 15 (6.25% from 255) = 3.51%

R = 58.78%
G = 37.7%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBA10F (or 0xFBA10F) is known color: Dark Tangerine. HEX triplet: FB, A1 and 0F. RGB value is (251,161,15). Sum of RGB (Red+Green+Blue) = 251+161+15=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA10F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA10F is #045EF0. Grayscale: #ABABAB. Windows color (decimal): -286449 or 1024507. OLE color: 1024507.

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

Color convert

RGB 251 161 15 -
CMYK 0 0.36 0.94 0.02
HSL 37.12º 0.97% 0.52% -
HSV(B) 37.12º 0.94% 0.98% -
XYZ 52.61 46.03 6.56 -
YUV 171.27 39.82 184.87 -
System Red Green Blue C M Y K H S L
Decimal 251 161 15 0 0.36 0.94 0.02 37.12 0.97 0.52
Hex FB A1 F 0 24 5E 2 25 61 34
Octal 373 241 17 0 44 136 2 45 141 64
Binary 11111011 10100001 1111 0 100100 1011110 10 100101 1100001 110100

Color Harmonies of #FBA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA10F

Black with #FBA10F

Text Example


Text Example

White with #FBA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA10F; }

 p { color: rgb(251,161,15); }

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

background-color css

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

 a { background-color: rgb(251,161,15); }

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

border-color css

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

 span { border-color: rgb(251,161,15); }

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