Html Css Color HEX #F93D1C Red Orange

📋 copy color: '#F93D1C'

red 249 ◦ green 61 ◦ blue 28

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

Shades of Red Orange #F93D1C

Tints of Red Orange #F93D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 73.67%
G = 18.05%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F93D1C (or 0xF93D1C) is known color: Red Orange. HEX triplet: F9, 3D and 1C. RGB value is (249,61,28). Sum of RGB (Red+Green+Blue) = 249+61+28=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D1C is #06C2E3. Grayscale: #717171. Windows color (decimal): -443108 or 1850873. OLE color: 1850873.

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

Color convert

RGB 249 61 28 -
CMYK 0 0.76 0.89 0.02
HSL 8.96º 0.95% 0.54% -
HSV(B) 8.96º 0.89% 0.98% -
XYZ 40.95 23.56 3.49 -
YUV 113.45 79.78 224.68 -
System Red Green Blue C M Y K H S L
Decimal 249 61 28 0 0.76 0.89 0.02 8.96 0.95 0.54
Hex F9 3D 1C 0 4C 59 2 9 5F 36
Octal 371 75 34 0 114 131 2 11 137 66
Binary 11111001 111101 11100 0 1001100 1011001 10 1001 1011111 110110

Color Harmonies of #F93D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D1C

Black with #F93D1C

Text Example


Text Example

White with #F93D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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