Html Css Color HEX #F93D1E Red Orange

📋 copy color: '#F93D1E'

red 249 ◦ green 61 ◦ blue 30

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

Shades of Red Orange #F93D1E

Tints of Red Orange #F93D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 73.24%
G = 17.94%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F93D1E (or 0xF93D1E) is known color: Red Orange. HEX triplet: F9, 3D and 1E. RGB value is (249,61,30). Sum of RGB (Red+Green+Blue) = 249+61+30=340 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.24% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D1E is #06C2E1. Grayscale: #717171. Windows color (decimal): -443106 or 1981945. OLE color: 1981945.

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

Color convert

RGB 249 61 30 -
CMYK 0 0.76 0.88 0.02
HSL 8.49º 0.95% 0.55% -
HSV(B) 8.49º 0.88% 0.98% -
XYZ 40.97 23.57 3.62 -
YUV 113.68 80.78 224.52 -
System Red Green Blue C M Y K H S L
Decimal 249 61 30 0 0.76 0.88 0.02 8.49 0.95 0.55
Hex F9 3D 1E 0 4C 58 2 8 5F 37
Octal 371 75 36 0 114 130 2 10 137 67
Binary 11111001 111101 11110 0 1001100 1011000 10 1000 1011111 110111

Color Harmonies of #F93D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D1E

Black with #F93D1E

Text Example


Text Example

White with #F93D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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