Html Css Color HEX #FBA714 Dark Tangerine

📋 copy color: '#FBA714'

red 251 ◦ green 167 ◦ blue 20

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

Shades of Dark Tangerine #FBA714

Tints of Dark Tangerine #FBA714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 57.31%
G = 38.13%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FBA714 (or 0xFBA714) is known color: Dark Tangerine. HEX triplet: FB, A7 and 14. RGB value is (251,167,20). Sum of RGB (Red+Green+Blue) = 251+167+20=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA714 is #0458EB. Grayscale: #B0B0B0. Windows color (decimal): -284908 or 1353723. OLE color: 1353723.

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

Color convert

RGB 251 167 20 -
CMYK 0 0.33 0.92 0.02
HSL 38.18º 0.97% 0.53% -
HSV(B) 38.18º 0.92% 0.98% -
XYZ 53.73 48.2 7.13 -
YUV 175.36 40.33 181.95 -
System Red Green Blue C M Y K H S L
Decimal 251 167 20 0 0.33 0.92 0.02 38.18 0.97 0.53
Hex FB A7 14 0 21 5C 2 26 61 35
Octal 373 247 24 0 41 134 2 46 141 65
Binary 11111011 10100111 10100 0 100001 1011100 10 100110 1100001 110101

Color Harmonies of #FBA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA714

Black with #FBA714

Text Example


Text Example

White with #FBA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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