Html Css Color HEX #FFA714 Dark Tangerine

📋 copy color: '#FFA714'

red 255 ◦ green 167 ◦ blue 20

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

Shades of Dark Tangerine #FFA714

Tints of Dark Tangerine #FFA714

RGB

 RED value IS 255 (100% from 255) = 57.69%

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

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

R = 57.69%
G = 37.78%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFA714 (or 0xFFA714) is known color: Dark Tangerine. HEX triplet: FF, A7 and 14. RGB value is (255,167,20). Sum of RGB (Red+Green+Blue) = 255+167+20=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA714 is #0058EB. Grayscale: #B1B1B1. Windows color (decimal): -22764 or 1353727. OLE color: 1353727.

HSL color Cylindrical-coordinate representation of color #FFA714: hue angle of 37.53º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFA714 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 20 -
CMYK 0 0.35 0.92 0
HSL 37.53º 1% 0.54% -
HSV(B) 37.53º 0.92% 1% -
XYZ 55.18 48.95 7.2 -
YUV 176.55 39.65 183.95 -
System Red Green Blue C M Y K H S L
Decimal 255 167 20 0 0.35 0.92 0 37.53 1 0.54
Hex FF A7 14 0 23 5C 0 26 64 36
Octal 377 247 24 0 43 134 0 46 144 66
Binary 11111111 10100111 10100 0 100011 1011100 0 100110 1100100 110110

Color Harmonies of #FFA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA714

Black with #FFA714

Text Example


Text Example

White with #FFA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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