Html Css Color HEX #F93D00 Orange Red

📋 copy color: '#F93D00'

red 249 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #F93D00

Tints of Orange Red #F93D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.32%
G = 19.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F93D00 (or 0xF93D00) is known color: Orange Red. HEX triplet: F9, 3D and 00. RGB value is (249,61,0). Sum of RGB (Red+Green+Blue) = 249+61+0=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D00 is #06C2FF. Grayscale: #6E6E6E. Windows color (decimal): -443136 or 15865. OLE color: 15865.

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

Color convert

RGB 249 61 0 -
CMYK 0 0.76 1 0.02
HSL 14.7º 1% 0.49% -
HSV(B) 14.7º 1% 0.98% -
XYZ 40.74 23.48 2.38 -
YUV 110.26 65.78 226.96 -
System Red Green Blue C M Y K H S L
Decimal 249 61 0 0 0.76 1 0.02 14.7 1 0.49
Hex F9 3D 0 0 4C 64 2 F 64 31
Octal 371 75 0 0 114 144 2 17 144 61
Binary 11111001 111101 0 0 1001100 1100100 10 1111 1100100 110001

Color Harmonies of #F93D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D00

Black with #F93D00

Text Example


Text Example

White with #F93D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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