Html Css Color HEX #F93D12 Orange Red

📋 copy color: '#F93D12'

red 249 ◦ green 61 ◦ blue 18

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

Shades of Orange Red #F93D12

Tints of Orange Red #F93D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 75.91%
G = 18.6%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F93D12 (or 0xF93D12) is known color: Orange Red. HEX triplet: F9, 3D and 12. RGB value is (249,61,18). Sum of RGB (Red+Green+Blue) = 249+61+18=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D12 is #06C2ED. Grayscale: #707070. Windows color (decimal): -443118 or 1195513. OLE color: 1195513.

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

Color convert

RGB 249 61 18 -
CMYK 0 0.76 0.93 0.02
HSL 11.17º 0.95% 0.52% -
HSV(B) 11.17º 0.93% 0.98% -
XYZ 40.84 23.52 2.96 -
YUV 112.31 74.78 225.5 -
System Red Green Blue C M Y K H S L
Decimal 249 61 18 0 0.76 0.93 0.02 11.17 0.95 0.52
Hex F9 3D 12 0 4C 5D 2 B 5F 34
Octal 371 75 22 0 114 135 2 13 137 64
Binary 11111001 111101 10010 0 1001100 1011101 10 1011 1011111 110100

Color Harmonies of #F93D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D12

Black with #F93D12

Text Example


Text Example

White with #F93D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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