Html Css Color HEX #F9370A Orange Red

📋 copy color: '#F9370A'

red 249 ◦ green 55 ◦ blue 10

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

Shades of Orange Red #F9370A

Tints of Orange Red #F9370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 79.3%
G = 17.52%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9370A (or 0xF9370A) is known color: Orange Red. HEX triplet: F9, 37 and 0A. RGB value is (249,55,10). Sum of RGB (Red+Green+Blue) = 249+55+10=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F9370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9370A is #06C8F5. Grayscale: #6C6C6C. Windows color (decimal): -444662 or 669689. OLE color: 669689.

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

Color convert

RGB 249 55 10 -
CMYK 0 0.78 0.96 0.02
HSL 11.3º 0.95% 0.51% -
HSV(B) 11.3º 0.96% 0.98% -
XYZ 40.49 22.89 2.57 -
YUV 107.88 72.77 228.66 -
System Red Green Blue C M Y K H S L
Decimal 249 55 10 0 0.78 0.96 0.02 11.3 0.95 0.51
Hex F9 37 A 0 4E 60 2 B 5F 33
Octal 371 67 12 0 116 140 2 13 137 63
Binary 11111001 110111 1010 0 1001110 1100000 10 1011 1011111 110011

Color Harmonies of #F9370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9370A

Black with #F9370A

Text Example


Text Example

White with #F9370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9370A; }

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

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

background-color css

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

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

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

border-color css

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

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

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