Html Css Color HEX #FF9014 Dark Orange

📋 copy color: '#FF9014'

red 255 ◦ green 144 ◦ blue 20

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

Shades of Dark Orange #FF9014

Tints of Dark Orange #FF9014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

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

R = 60.86%
G = 34.37%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FF9014 (or 0xFF9014) is known color: Dark Orange. HEX triplet: FF, 90 and 14. RGB value is (255,144,20). Sum of RGB (Red+Green+Blue) = 255+144+20=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9014 is #006FEB. Grayscale: #A3A3A3. Windows color (decimal): -28652 or 1347839. OLE color: 1347839.

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

Color convert

RGB 255 144 20 -
CMYK 0 0.44 0.92 0
HSL 31.66º 1% 0.54% -
HSV(B) 31.66º 0.92% 1% -
XYZ 51.34 41.26 5.92 -
YUV 163.05 47.27 193.58 -
System Red Green Blue C M Y K H S L
Decimal 255 144 20 0 0.44 0.92 0 31.66 1 0.54
Hex FF 90 14 0 2C 5C 0 20 64 36
Octal 377 220 24 0 54 134 0 40 144 66
Binary 11111111 10010000 10100 0 101100 1011100 0 100000 1100100 110110

Color Harmonies of #FF9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9014

Black with #FF9014

Text Example


Text Example

White with #FF9014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9014; }

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

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

background-color css

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

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

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

border-color css

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

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

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