Html Css Color HEX #FBA70A Dark Tangerine

📋 copy color: '#FBA70A'

red 251 ◦ green 167 ◦ blue 10

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

Shades of Dark Tangerine #FBA70A

Tints of Dark Tangerine #FBA70A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

 BLUE value IS 10 (4.3% from 255) = 2.34%

R = 58.64%
G = 39.02%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FBA70A (or 0xFBA70A) is known color: Dark Tangerine. HEX triplet: FB, A7 and 0A. RGB value is (251,167,10). Sum of RGB (Red+Green+Blue) = 251+167+10=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA70A is #0458F5. Grayscale: #AEAEAE. Windows color (decimal): -284918 or 698363. OLE color: 698363.

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

Color convert

RGB 251 167 10 -
CMYK 0 0.33 0.96 0.02
HSL 39.09º 0.97% 0.51% -
HSV(B) 39.09º 0.96% 0.98% -
XYZ 53.66 48.17 6.76 -
YUV 174.22 35.33 182.77 -
System Red Green Blue C M Y K H S L
Decimal 251 167 10 0 0.33 0.96 0.02 39.09 0.97 0.51
Hex FB A7 A 0 21 60 2 27 61 33
Octal 373 247 12 0 41 140 2 47 141 63
Binary 11111011 10100111 1010 0 100001 1100000 10 100111 1100001 110011

Color Harmonies of #FBA70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA70A

Black with #FBA70A

Text Example


Text Example

White with #FBA70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA70A; }

 p { color: rgb(251,167,10); }

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

background-color css

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

 a { background-color: rgb(251,167,10); }

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

border-color css

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

 span { border-color: rgb(251,167,10); }

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