Html Css Color HEX #FBA712 Dark Tangerine

📋 copy color: '#FBA712'

red 251 ◦ green 167 ◦ blue 18

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

Shades of Dark Tangerine #FBA712

Tints of Dark Tangerine #FBA712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 57.57%
G = 38.3%
B = 4.13%

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

#FBA712 (or 0xFBA712) is known color: Dark Tangerine. HEX triplet: FB, A7 and 12. RGB value is (251,167,18). Sum of RGB (Red+Green+Blue) = 251+167+18=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA712 is #0458ED. Grayscale: #AFAFAF. Windows color (decimal): -284910 or 1222651. OLE color: 1222651.

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

Color convert

RGB 251 167 18 -
CMYK 0 0.33 0.93 0.02
HSL 38.37º 0.97% 0.53% -
HSV(B) 38.37º 0.93% 0.98% -
XYZ 53.71 48.19 7.04 -
YUV 175.13 39.33 182.12 -
System Red Green Blue C M Y K H S L
Decimal 251 167 18 0 0.33 0.93 0.02 38.37 0.97 0.53
Hex FB A7 12 0 21 5D 2 26 61 35
Octal 373 247 22 0 41 135 2 46 141 65
Binary 11111011 10100111 10010 0 100001 1011101 10 100110 1100001 110101

Color Harmonies of #FBA712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA712

Black with #FBA712

Text Example


Text Example

White with #FBA712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA712; }

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

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

background-color css

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

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

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

border-color css

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

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

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