#FF9414

Color #FF9414 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FF9414

Tints of Dark Tangerine #FF9414

Color information

#FF9414 (or 0xFF9414) is unknown color: approx Dark Tangerine. HEX triplet: FF, 94 and 14. RGB value is (255,148,20). Sum of RGB (Red+Green+Blue) = 255+148+20=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9414 is #006BEB. Grayscale: #A6A6A6. Windows color (decimal): -27628 or 1348863. OLE color: 1348863.

HSL color Cylindrical-coordinate representation of color #FF9414: hue angle of 32.68º 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 #FF9414 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB25514820-
CMYK00.420.920
HSL32.68º100%53.92%-
HSV(B)32.68º92.16%100%-
XYZ51.9642.496.12-
YUV165.445.95191.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.28%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 20 (8.20% from 255) = 4.73%
R=60.28%
G=34.99%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551482000.420.92032.6810053.92
HexFF941402A5C0216436
Octal3772242405213404114466
Binary1111111110010100101000101010101110001000011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9414; }

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

 H1.HeaderClassName
 {
   color: #FF9414;
 }
 .AnyTagClassName
 {
   color: #FF9414;
 }
</style>
background-color css

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

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

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

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

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

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