Html Css Color HEX #FBA00C Dark Tangerine

📋 copy color: '#FBA00C'

red 251 ◦ green 160 ◦ blue 12

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

Shades of Dark Tangerine #FBA00C

Tints of Dark Tangerine #FBA00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 59.34%
G = 37.83%
B = 2.84%

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

#FBA00C (or 0xFBA00C) is known color: Dark Tangerine. HEX triplet: FB, A0 and 0C. RGB value is (251,160,12). Sum of RGB (Red+Green+Blue) = 251+160+12=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA00C is #045FF3. Grayscale: #ABABAB. Windows color (decimal): -286708 or 827643. OLE color: 827643.

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

Color convert

RGB 251 160 12 -
CMYK 0 0.36 0.95 0.02
HSL 37.15º 0.97% 0.52% -
HSV(B) 37.15º 0.95% 0.98% -
XYZ 52.42 45.68 6.4 -
YUV 170.34 38.65 185.53 -
System Red Green Blue C M Y K H S L
Decimal 251 160 12 0 0.36 0.95 0.02 37.15 0.97 0.52
Hex FB A0 C 0 24 5F 2 25 61 34
Octal 373 240 14 0 44 137 2 45 141 64
Binary 11111011 10100000 1100 0 100100 1011111 10 100101 1100001 110100

Color Harmonies of #FBA00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA00C

Black with #FBA00C

Text Example


Text Example

White with #FBA00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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