Html Css Color HEX #F93705 Orange Red

📋 copy color: '#F93705'

red 249 ◦ green 55 ◦ blue 5

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

Shades of Orange Red #F93705

Tints of Orange Red #F93705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 80.58%
G = 17.8%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93705 (or 0xF93705) is known color: Orange Red. HEX triplet: F9, 37 and 05. RGB value is (249,55,5). Sum of RGB (Red+Green+Blue) = 249+55+5=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F93705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93705 is #06C8FA. Grayscale: #6B6B6B. Windows color (decimal): -444667 or 342009. OLE color: 342009.

HSL color Cylindrical-coordinate representation of color #F93705: hue angle of 12.3º degrees, saturation: 0.96, 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 #F93705 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 55 5 -
CMYK 0 0.78 0.98 0.02
HSL 12.3º 0.96% 0.5% -
HSV(B) 12.3º 0.98% 0.98% -
XYZ 40.46 22.88 2.43 -
YUV 107.31 70.27 229.07 -
System Red Green Blue C M Y K H S L
Decimal 249 55 5 0 0.78 0.98 0.02 12.3 0.96 0.5
Hex F9 37 5 0 4E 62 2 C 60 32
Octal 371 67 5 0 116 142 2 14 140 62
Binary 11111001 110111 101 0 1001110 1100010 10 1100 1100000 110010

Color Harmonies of #F93705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93705

Black with #F93705

Text Example


Text Example

White with #F93705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93705; }

 p { color: rgb(249,55,5); }

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

background-color css

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

 a { background-color: rgb(249,55,5); }

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

border-color css

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

 span { border-color: rgb(249,55,5); }

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