Html Css Color HEX #F93715 Orange Red

📋 copy color: '#F93715'

red 249 ◦ green 55 ◦ blue 21

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

Shades of Orange Red #F93715

Tints of Orange Red #F93715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 76.62%
G = 16.92%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F93715 (or 0xF93715) is known color: Orange Red. HEX triplet: F9, 37 and 15. RGB value is (249,55,21). Sum of RGB (Red+Green+Blue) = 249+55+21=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F93715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93715 is #06C8EA. Grayscale: #6D6D6D. Windows color (decimal): -444651 or 1390585. OLE color: 1390585.

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

Color convert

RGB 249 55 21 -
CMYK 0 0.78 0.92 0.02
HSL 8.95º 0.95% 0.53% -
HSV(B) 8.95º 0.92% 0.98% -
XYZ 40.57 22.93 3 -
YUV 109.13 78.27 227.76 -
System Red Green Blue C M Y K H S L
Decimal 249 55 21 0 0.78 0.92 0.02 8.95 0.95 0.53
Hex F9 37 15 0 4E 5C 2 9 5F 35
Octal 371 67 25 0 116 134 2 11 137 65
Binary 11111001 110111 10101 0 1001110 1011100 10 1001 1011111 110101

Color Harmonies of #F93715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93715

Black with #F93715

Text Example


Text Example

White with #F93715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93715; }

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

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

background-color css

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

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

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

border-color css

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

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

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