Html Css Color HEX #FBA912 Dark Tangerine

📋 copy color: '#FBA912'

red 251 ◦ green 169 ◦ blue 18

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

Shades of Dark Tangerine #FBA912

Tints of Dark Tangerine #FBA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.58%

 BLUE value IS 18 (7.42% from 255) = 4.11%

R = 57.31%
G = 38.58%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBA912 (or 0xFBA912) is known color: Dark Tangerine. HEX triplet: FB, A9 and 12. RGB value is (251,169,18). Sum of RGB (Red+Green+Blue) = 251+169+18=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA912 is #0456ED. Grayscale: #B0B0B0. Windows color (decimal): -284398 or 1223163. OLE color: 1223163.

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

Color convert

RGB 251 169 18 -
CMYK 0 0.33 0.93 0.02
HSL 38.88º 0.97% 0.53% -
HSV(B) 38.88º 0.93% 0.98% -
XYZ 54.08 48.93 7.17 -
YUV 176.3 38.67 181.28 -
System Red Green Blue C M Y K H S L
Decimal 251 169 18 0 0.33 0.93 0.02 38.88 0.97 0.53
Hex FB A9 12 0 21 5D 2 27 61 35
Octal 373 251 22 0 41 135 2 47 141 65
Binary 11111011 10101001 10010 0 100001 1011101 10 100111 1100001 110101

Color Harmonies of #FBA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA912

Black with #FBA912

Text Example


Text Example

White with #FBA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA912; }

 p { color: rgb(251,169,18); }

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

background-color css

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

 a { background-color: rgb(251,169,18); }

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

border-color css

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

 span { border-color: rgb(251,169,18); }

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