Html Css Color HEX #FBA812 Dark Tangerine

📋 copy color: '#FBA812'

red 251 ◦ green 168 ◦ blue 18

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

Shades of Dark Tangerine #FBA812

Tints of Dark Tangerine #FBA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 57.44%
G = 38.44%
B = 4.12%

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

#FBA812 (or 0xFBA812) is known color: Dark Tangerine. HEX triplet: FB, A8 and 12. RGB value is (251,168,18). Sum of RGB (Red+Green+Blue) = 251+168+18=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA812 is #0457ED. Grayscale: #B0B0B0. Windows color (decimal): -284654 or 1222907. OLE color: 1222907.

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

Color convert

RGB 251 168 18 -
CMYK 0 0.33 0.93 0.02
HSL 38.63º 0.97% 0.53% -
HSV(B) 38.63º 0.93% 0.98% -
XYZ 53.9 48.56 7.1 -
YUV 175.72 39 181.7 -
System Red Green Blue C M Y K H S L
Decimal 251 168 18 0 0.33 0.93 0.02 38.63 0.97 0.53
Hex FB A8 12 0 21 5D 2 27 61 35
Octal 373 250 22 0 41 135 2 47 141 65
Binary 11111011 10101000 10010 0 100001 1011101 10 100111 1100001 110101

Color Harmonies of #FBA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA812

Black with #FBA812

Text Example


Text Example

White with #FBA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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