Html Css Color HEX #FBA60F Dark Tangerine

📋 copy color: '#FBA60F'

red 251 ◦ green 166 ◦ blue 15

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

Shades of Dark Tangerine #FBA60F

Tints of Dark Tangerine #FBA60F

RGB

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

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

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

R = 58.1%
G = 38.43%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBA60F (or 0xFBA60F) is known color: Dark Tangerine. HEX triplet: FB, A6 and 0F. RGB value is (251,166,15). Sum of RGB (Red+Green+Blue) = 251+166+15=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA60F is #0459F0. Grayscale: #AEAEAE. Windows color (decimal): -285169 or 1025787. OLE color: 1025787.

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

Color convert

RGB 251 166 15 -
CMYK 0 0.34 0.94 0.02
HSL 38.39º 0.97% 0.52% -
HSV(B) 38.39º 0.94% 0.98% -
XYZ 53.51 47.82 6.86 -
YUV 174.2 38.16 182.78 -
System Red Green Blue C M Y K H S L
Decimal 251 166 15 0 0.34 0.94 0.02 38.39 0.97 0.52
Hex FB A6 F 0 22 5E 2 26 61 34
Octal 373 246 17 0 42 136 2 46 141 64
Binary 11111011 10100110 1111 0 100010 1011110 10 100110 1100001 110100

Color Harmonies of #FBA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA60F

Black with #FBA60F

Text Example


Text Example

White with #FBA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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