Html Css Color HEX #FF9614 Dark Tangerine

📋 copy color: '#FF9614'

red 255 ◦ green 150 ◦ blue 20

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

Shades of Dark Tangerine #FF9614

Tints of Dark Tangerine #FF9614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.29%

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

R = 60%
G = 35.29%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9614 (or 0xFF9614) is known color: Dark Tangerine. HEX triplet: FF, 96 and 14. RGB value is (255,150,20). Sum of RGB (Red+Green+Blue) = 255+150+20=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9614 is #0069EB. Grayscale: #A7A7A7. Windows color (decimal): -27116 or 1349375. OLE color: 1349375.

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

Color convert

RGB 255 150 20 -
CMYK 0 0.41 0.92 0
HSL 33.19º 1% 0.54% -
HSV(B) 33.19º 0.92% 1% -
XYZ 52.27 43.12 6.23 -
YUV 166.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 255 150 20 0 0.41 0.92 0 33.19 1 0.54
Hex FF 96 14 0 29 5C 0 21 64 36
Octal 377 226 24 0 51 134 0 41 144 66
Binary 11111111 10010110 10100 0 101001 1011100 0 100001 1100100 110110

Color Harmonies of #FF9614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9614

Black with #FF9614

Text Example


Text Example

White with #FF9614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9614; }

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

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

background-color css

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

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

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

border-color css

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

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

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