Html Css Color HEX #F93D06 Orange Red

📋 copy color: '#F93D06'

red 249 ◦ green 61 ◦ blue 6

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

Shades of Orange Red #F93D06

Tints of Orange Red #F93D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 78.8%
G = 19.3%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93D06 (or 0xF93D06) is known color: Orange Red. HEX triplet: F9, 3D and 06. RGB value is (249,61,6). Sum of RGB (Red+Green+Blue) = 249+61+6=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93D06 is #06C2F9. Grayscale: #6F6F6F. Windows color (decimal): -443130 or 409081. OLE color: 409081.

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

Color convert

RGB 249 61 6 -
CMYK 0 0.76 0.98 0.02
HSL 13.58º 0.95% 0.5% -
HSV(B) 13.58º 0.98% 0.98% -
XYZ 40.77 23.49 2.56 -
YUV 110.94 68.78 226.47 -
System Red Green Blue C M Y K H S L
Decimal 249 61 6 0 0.76 0.98 0.02 13.58 0.95 0.5
Hex F9 3D 6 0 4C 62 2 E 5F 32
Octal 371 75 6 0 114 142 2 16 137 62
Binary 11111001 111101 110 0 1001100 1100010 10 1110 1011111 110010

Color Harmonies of #F93D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93D06

Black with #F93D06

Text Example


Text Example

White with #F93D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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