Html Css Color HEX #F93500 Orange Red

📋 copy color: '#F93500'

red 249 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #F93500

Tints of Orange Red #F93500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

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

R = 82.45%
G = 17.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#F93500 (or 0xF93500) is known color: Orange Red. HEX triplet: F9, 35 and 00. RGB value is (249,53,0). Sum of RGB (Red+Green+Blue) = 249+53+0=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F93500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93500 is #06CAFF. Grayscale: #696969. Windows color (decimal): -445184 or 13817. OLE color: 13817.

HSL color Cylindrical-coordinate representation of color #F93500: hue angle of 12.77º 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 #F93500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 53 0 -
CMYK 0 0.79 1 0.02
HSL 12.77º 1% 0.49% -
HSV(B) 12.77º 1% 0.98% -
XYZ 40.34 22.69 2.25 -
YUV 105.56 68.43 230.31 -
System Red Green Blue C M Y K H S L
Decimal 249 53 0 0 0.79 1 0.02 12.77 1 0.49
Hex F9 35 0 0 4F 64 2 D 64 31
Octal 371 65 0 0 117 144 2 15 144 61
Binary 11111001 110101 0 0 1001111 1100100 10 1101 1100100 110001

Color Harmonies of #F93500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93500

Black with #F93500

Text Example


Text Example

White with #F93500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93500; }

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

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

background-color css

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

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

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

border-color css

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

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

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