Html Css Color HEX #F93D20 Red Orange

📋 copy color: '#F93D20'

red 249 ◦ green 61 ◦ blue 32

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

Shades of Red Orange #F93D20

Tints of Red Orange #F93D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 72.81%
G = 17.84%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F93D20 (or 0xF93D20) is known color: Red Orange. HEX triplet: F9, 3D and 20. RGB value is (249,61,32). Sum of RGB (Red+Green+Blue) = 249+61+32=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93D20 is #06C2DF. Grayscale: #727272. Windows color (decimal): -443104 or 2113017. OLE color: 2113017.

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

Color convert

RGB 249 61 32 -
CMYK 0 0.76 0.87 0.02
HSL 8.02º 0.95% 0.55% -
HSV(B) 8.02º 0.87% 0.98% -
XYZ 41 23.58 3.76 -
YUV 113.91 81.78 224.36 -
System Red Green Blue C M Y K H S L
Decimal 249 61 32 0 0.76 0.87 0.02 8.02 0.95 0.55
Hex F9 3D 20 0 4C 57 2 8 5F 37
Octal 371 75 40 0 114 127 2 10 137 67
Binary 11111001 111101 100000 0 1001100 1010111 10 1000 1011111 110111

Color Harmonies of #F93D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D20

Black with #F93D20

Text Example


Text Example

White with #F93D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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