Html Css Color HEX #F93602 Orange Red

📋 copy color: '#F93602'

red 249 ◦ green 54 ◦ blue 2

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

Shades of Orange Red #F93602

Tints of Orange Red #F93602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 81.64%
G = 17.7%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F93602 (or 0xF93602) is known color: Orange Red. HEX triplet: F9, 36 and 02. RGB value is (249,54,2). Sum of RGB (Red+Green+Blue) = 249+54+2=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F93602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93602 is #06C9FD. Grayscale: #6A6A6A. Windows color (decimal): -444926 or 145145. OLE color: 145145.

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

Color convert

RGB 249 54 2 -
CMYK 0 0.78 0.99 0.02
HSL 12.63º 0.98% 0.49% -
HSV(B) 12.63º 0.99% 0.98% -
XYZ 40.4 22.78 2.33 -
YUV 106.38 69.1 229.73 -
System Red Green Blue C M Y K H S L
Decimal 249 54 2 0 0.78 0.99 0.02 12.63 0.98 0.49
Hex F9 36 2 0 4E 63 2 D 62 31
Octal 371 66 2 0 116 143 2 15 142 61
Binary 11111001 110110 10 0 1001110 1100011 10 1101 1100010 110001

Color Harmonies of #F93602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93602

Black with #F93602

Text Example


Text Example

White with #F93602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93602; }

 p { color: rgb(249,54,2); }

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

background-color css

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

 a { background-color: rgb(249,54,2); }

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

border-color css

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

 span { border-color: rgb(249,54,2); }

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