Html Css Color HEX #FBA80D Dark Tangerine

📋 copy color: '#FBA80D'

red 251 ◦ green 168 ◦ blue 13

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

Shades of Dark Tangerine #FBA80D

Tints of Dark Tangerine #FBA80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.01%

R = 58.1%
G = 38.89%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBA80D (or 0xFBA80D) is known color: Dark Tangerine. HEX triplet: FB, A8 and 0D. RGB value is (251,168,13). Sum of RGB (Red+Green+Blue) = 251+168+13=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA80D is #0457F2. Grayscale: #AFAFAF. Windows color (decimal): -284659 or 895227. OLE color: 895227.

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

Color convert

RGB 251 168 13 -
CMYK 0 0.33 0.95 0.02
HSL 39.08º 0.97% 0.52% -
HSV(B) 39.08º 0.95% 0.98% -
XYZ 53.86 48.54 6.91 -
YUV 175.15 36.5 182.1 -
System Red Green Blue C M Y K H S L
Decimal 251 168 13 0 0.33 0.95 0.02 39.08 0.97 0.52
Hex FB A8 D 0 21 5F 2 27 61 34
Octal 373 250 15 0 41 137 2 47 141 64
Binary 11111011 10101000 1101 0 100001 1011111 10 100111 1100001 110100

Color Harmonies of #FBA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA80D

Black with #FBA80D

Text Example


Text Example

White with #FBA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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