Html Css Color HEX #F93D09 Orange Red

📋 copy color: '#F93D09'

red 249 ◦ green 61 ◦ blue 9

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

Shades of Orange Red #F93D09

Tints of Orange Red #F93D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

 BLUE value IS 9 (3.91% from 255) = 2.82%

R = 78.06%
G = 19.12%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F93D09 (or 0xF93D09) is known color: Orange Red. HEX triplet: F9, 3D and 09. RGB value is (249,61,9). Sum of RGB (Red+Green+Blue) = 249+61+9=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D09 is #06C2F6. Grayscale: #6F6F6F. Windows color (decimal): -443127 or 605689. OLE color: 605689.

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

Color convert

RGB 249 61 9 -
CMYK 0 0.76 0.96 0.02
HSL 13º 0.95% 0.51% -
HSV(B) 13º 0.96% 0.98% -
XYZ 40.78 23.5 2.64 -
YUV 111.28 70.28 226.23 -
System Red Green Blue C M Y K H S L
Decimal 249 61 9 0 0.76 0.96 0.02 13 0.95 0.51
Hex F9 3D 9 0 4C 60 2 D 5F 33
Octal 371 75 11 0 114 140 2 15 137 63
Binary 11111001 111101 1001 0 1001100 1100000 10 1101 1011111 110011

Color Harmonies of #F93D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D09

Black with #F93D09

Text Example


Text Example

White with #F93D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D09; }

 p { color: rgb(249,61,9); }

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

background-color css

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

 a { background-color: rgb(249,61,9); }

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

border-color css

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

 span { border-color: rgb(249,61,9); }

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