Html Css Color HEX #FBA70D Dark Tangerine

📋 copy color: '#FBA70D'

red 251 ◦ green 167 ◦ blue 13

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

Shades of Dark Tangerine #FBA70D

Tints of Dark Tangerine #FBA70D

RGB

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

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

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

R = 58.24%
G = 38.75%
B = 3.02%

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

#FBA70D (or 0xFBA70D) is known color: Dark Tangerine. HEX triplet: FB, A7 and 0D. RGB value is (251,167,13). Sum of RGB (Red+Green+Blue) = 251+167+13=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA70D is #0458F2. Grayscale: #AFAFAF. Windows color (decimal): -284915 or 894971. OLE color: 894971.

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

Color convert

RGB 251 167 13 -
CMYK 0 0.33 0.95 0.02
HSL 38.82º 0.97% 0.52% -
HSV(B) 38.82º 0.95% 0.98% -
XYZ 53.68 48.18 6.85 -
YUV 174.56 36.83 182.52 -
System Red Green Blue C M Y K H S L
Decimal 251 167 13 0 0.33 0.95 0.02 38.82 0.97 0.52
Hex FB A7 D 0 21 5F 2 27 61 34
Octal 373 247 15 0 41 137 2 47 141 64
Binary 11111011 10100111 1101 0 100001 1011111 10 100111 1100001 110100

Color Harmonies of #FBA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA70D

Black with #FBA70D

Text Example


Text Example

White with #FBA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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