Html Css Color HEX #F9370C Orange Red

📋 copy color: '#F9370C'

red 249 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #F9370C

Tints of Orange Red #F9370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 78.8%
G = 17.41%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9370C (or 0xF9370C) is known color: Orange Red. HEX triplet: F9, 37 and 0C. RGB value is (249,55,12). Sum of RGB (Red+Green+Blue) = 249+55+12=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F9370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9370C is #06C8F3. Grayscale: #6C6C6C. Windows color (decimal): -444660 or 800761. OLE color: 800761.

HSL color Cylindrical-coordinate representation of color #F9370C: hue angle of 10.89º 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 #F9370C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 55 12 -
CMYK 0 0.78 0.95 0.02
HSL 10.89º 0.95% 0.51% -
HSV(B) 10.89º 0.95% 0.98% -
XYZ 40.5 22.9 2.63 -
YUV 108.1 73.77 228.5 -
System Red Green Blue C M Y K H S L
Decimal 249 55 12 0 0.78 0.95 0.02 10.89 0.95 0.51
Hex F9 37 C 0 4E 5F 2 B 5F 33
Octal 371 67 14 0 116 137 2 13 137 63
Binary 11111001 110111 1100 0 1001110 1011111 10 1011 1011111 110011

Color Harmonies of #F9370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9370C

Black with #F9370C

Text Example


Text Example

White with #F9370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9370C; }

 p { color: rgb(249,55,12); }

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

background-color css

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

 a { background-color: rgb(249,55,12); }

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

border-color css

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

 span { border-color: rgb(249,55,12); }

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