Html Css Color HEX #FF9413 Dark Orange

📋 copy color: '#FF9413'

red 255 ◦ green 148 ◦ blue 19

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

Shades of Dark Orange #FF9413

Tints of Dark Orange #FF9413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.07%

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 60.43%
G = 35.07%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9413 (or 0xFF9413) is known color: Dark Orange. HEX triplet: FF, 94 and 13. RGB value is (255,148,19). Sum of RGB (Red+Green+Blue) = 255+148+19=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9413 is #006BEC. Grayscale: #A5A5A5. Windows color (decimal): -27629 or 1283327. OLE color: 1283327.

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

Color convert

RGB 255 148 19 -
CMYK 0 0.42 0.93 0
HSL 32.8º 1% 0.54% -
HSV(B) 32.8º 0.93% 1% -
XYZ 51.95 42.49 6.08 -
YUV 165.29 45.45 191.99 -
System Red Green Blue C M Y K H S L
Decimal 255 148 19 0 0.42 0.93 0 32.8 1 0.54
Hex FF 94 13 0 2A 5D 0 21 64 36
Octal 377 224 23 0 52 135 0 41 144 66
Binary 11111111 10010100 10011 0 101010 1011101 0 100001 1100100 110110

Color Harmonies of #FF9413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9413

Black with #FF9413

Text Example


Text Example

White with #FF9413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9413; }

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

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

background-color css

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

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

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

border-color css

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

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

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