Html Css Color HEX #F93F05 Orange Red

📋 copy color: '#F93F05'

red 249 ◦ green 63 ◦ blue 5

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

Shades of Orange Red #F93F05

Tints of Orange Red #F93F05

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

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

R = 78.55%
G = 19.87%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F93F05 (or 0xF93F05) is known color: Orange Red. HEX triplet: F9, 3F and 05. RGB value is (249,63,5). Sum of RGB (Red+Green+Blue) = 249+63+5=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93F05 is #06C0FA. Grayscale: #707070. Windows color (decimal): -442619 or 344057. OLE color: 344057.

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

Color convert

RGB 249 63 5 -
CMYK 0 0.75 0.98 0.02
HSL 14.26º 0.96% 0.5% -
HSV(B) 14.26º 0.98% 0.98% -
XYZ 40.87 23.71 2.57 -
YUV 112 67.62 225.72 -
System Red Green Blue C M Y K H S L
Decimal 249 63 5 0 0.75 0.98 0.02 14.26 0.96 0.5
Hex F9 3F 5 0 4B 62 2 E 60 32
Octal 371 77 5 0 113 142 2 16 140 62
Binary 11111001 111111 101 0 1001011 1100010 10 1110 1100000 110010

Color Harmonies of #F93F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F05

Black with #F93F05

Text Example


Text Example

White with #F93F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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