Html Css Color HEX #FBA612 Dark Tangerine

📋 copy color: '#FBA612'

red 251 ◦ green 166 ◦ blue 18

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

Shades of Dark Tangerine #FBA612

Tints of Dark Tangerine #FBA612

RGB

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

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

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

R = 57.7%
G = 38.16%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBA612 (or 0xFBA612) is known color: Dark Tangerine. HEX triplet: FB, A6 and 12. RGB value is (251,166,18). Sum of RGB (Red+Green+Blue) = 251+166+18=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA612 is #0459ED. Grayscale: #AFAFAF. Windows color (decimal): -285166 or 1222395. OLE color: 1222395.

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

Color convert

RGB 251 166 18 -
CMYK 0 0.34 0.93 0.02
HSL 38.11º 0.97% 0.53% -
HSV(B) 38.11º 0.93% 0.98% -
XYZ 53.53 47.83 6.98 -
YUV 174.54 39.66 182.53 -
System Red Green Blue C M Y K H S L
Decimal 251 166 18 0 0.34 0.93 0.02 38.11 0.97 0.53
Hex FB A6 12 0 22 5D 2 26 61 35
Octal 373 246 22 0 42 135 2 46 141 65
Binary 11111011 10100110 10010 0 100010 1011101 10 100110 1100001 110101

Color Harmonies of #FBA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA612

Black with #FBA612

Text Example


Text Example

White with #FBA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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