Html Css Color HEX #FBA814 Dark Tangerine

📋 copy color: '#FBA814'

red 251 ◦ green 168 ◦ blue 20

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

Shades of Dark Tangerine #FBA814

Tints of Dark Tangerine #FBA814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 57.18%
G = 38.27%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBA814 (or 0xFBA814) is known color: Dark Tangerine. HEX triplet: FB, A8 and 14. RGB value is (251,168,20). Sum of RGB (Red+Green+Blue) = 251+168+20=439 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.18% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA814 is #0457EB. Grayscale: #B0B0B0. Windows color (decimal): -284652 or 1353979. OLE color: 1353979.

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

Color convert

RGB 251 168 20 -
CMYK 0 0.33 0.92 0.02
HSL 38.44º 0.97% 0.53% -
HSV(B) 38.44º 0.92% 0.98% -
XYZ 53.91 48.57 7.19 -
YUV 175.95 40 181.53 -
System Red Green Blue C M Y K H S L
Decimal 251 168 20 0 0.33 0.92 0.02 38.44 0.97 0.53
Hex FB A8 14 0 21 5C 2 26 61 35
Octal 373 250 24 0 41 134 2 46 141 65
Binary 11111011 10101000 10100 0 100001 1011100 10 100110 1100001 110101

Color Harmonies of #FBA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA814

Black with #FBA814

Text Example


Text Example

White with #FBA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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