Html Css Color HEX #F93B16 Orange Red

📋 copy color: '#F93B16'

red 249 ◦ green 59 ◦ blue 22

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

Shades of Orange Red #F93B16

Tints of Orange Red #F93B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.88%

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 75.45%
G = 17.88%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F93B16 (or 0xF93B16) is known color: Orange Red. HEX triplet: F9, 3B and 16. RGB value is (249,59,22). Sum of RGB (Red+Green+Blue) = 249+59+22=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F93B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93B16 is #06C4E9. Grayscale: #6F6F6F. Windows color (decimal): -443626 or 1457145. OLE color: 1457145.

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

Color convert

RGB 249 59 22 -
CMYK 0 0.76 0.91 0.02
HSL 9.78º 0.95% 0.53% -
HSV(B) 9.78º 0.91% 0.98% -
XYZ 40.78 23.33 3.11 -
YUV 111.59 77.45 226.01 -
System Red Green Blue C M Y K H S L
Decimal 249 59 22 0 0.76 0.91 0.02 9.78 0.95 0.53
Hex F9 3B 16 0 4C 5B 2 A 5F 35
Octal 371 73 26 0 114 133 2 12 137 65
Binary 11111001 111011 10110 0 1001100 1011011 10 1010 1011111 110101

Color Harmonies of #F93B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93B16

Black with #F93B16

Text Example


Text Example

White with #F93B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93B16; }

 p { color: rgb(249,59,22); }

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

background-color css

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

 a { background-color: rgb(249,59,22); }

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

border-color css

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

 span { border-color: rgb(249,59,22); }

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