Html Css Color HEX #F9390D Orange Red

📋 copy color: '#F9390D'

red 249 ◦ green 57 ◦ blue 13

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

Shades of Orange Red #F9390D

Tints of Orange Red #F9390D

RGB

 RED value IS 249 (97.66% from 255) = 78.06%

 GREEN value IS 57 (22.66% from 255) = 17.87%

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 78.06%
G = 17.87%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9390D (or 0xF9390D) is known color: Orange Red. HEX triplet: F9, 39 and 0D. RGB value is (249,57,13). Sum of RGB (Red+Green+Blue) = 249+57+13=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F9390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9390D is #06C6F2. Grayscale: #6D6D6D. Windows color (decimal): -444147 or 866809. OLE color: 866809.

HSL color Cylindrical-coordinate representation of color #F9390D: hue angle of 11.19º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9390D is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 57 13 -
CMYK 0 0.77 0.95 0.02
HSL 11.19º 0.95% 0.51% -
HSV(B) 11.19º 0.95% 0.98% -
XYZ 40.6 23.1 2.7 -
YUV 109.39 73.61 227.58 -
System Red Green Blue C M Y K H S L
Decimal 249 57 13 0 0.77 0.95 0.02 11.19 0.95 0.51
Hex F9 39 D 0 4D 5F 2 B 5F 33
Octal 371 71 15 0 115 137 2 13 137 63
Binary 11111001 111001 1101 0 1001101 1011111 10 1011 1011111 110011

Color Harmonies of #F9390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9390D

Black with #F9390D

Text Example


Text Example

White with #F9390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9390D; }

 p { color: rgb(249,57,13); }

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

background-color css

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

 a { background-color: rgb(249,57,13); }

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

border-color css

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

 span { border-color: rgb(249,57,13); }

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