Html Css Color HEX #FBA00D Dark Tangerine

📋 copy color: '#FBA00D'

red 251 ◦ green 160 ◦ blue 13

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

Shades of Dark Tangerine #FBA00D

Tints of Dark Tangerine #FBA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.74%

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

R = 59.2%
G = 37.74%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FBA00D (or 0xFBA00D) is known color: Dark Tangerine. HEX triplet: FB, A0 and 0D. RGB value is (251,160,13). Sum of RGB (Red+Green+Blue) = 251+160+13=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA00D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA00D is #045FF2. Grayscale: #ABABAB. Windows color (decimal): -286707 or 893179. OLE color: 893179.

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

Color convert

RGB 251 160 13 -
CMYK 0 0.36 0.95 0.02
HSL 37.06º 0.97% 0.52% -
HSV(B) 37.06º 0.95% 0.98% -
XYZ 52.43 45.68 6.43 -
YUV 170.45 39.15 185.45 -
System Red Green Blue C M Y K H S L
Decimal 251 160 13 0 0.36 0.95 0.02 37.06 0.97 0.52
Hex FB A0 D 0 24 5F 2 25 61 34
Octal 373 240 15 0 44 137 2 45 141 64
Binary 11111011 10100000 1101 0 100100 1011111 10 100101 1100001 110100

Color Harmonies of #FBA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA00D

Black with #FBA00D

Text Example


Text Example

White with #FBA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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