Html Css Color HEX #F93A08 Orange Red

📋 copy color: '#F93A08'

red 249 ◦ green 58 ◦ blue 8

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

Shades of Orange Red #F93A08

Tints of Orange Red #F93A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.41%

 BLUE value IS 8 (3.52% from 255) = 2.54%

R = 79.05%
G = 18.41%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F93A08 (or 0xF93A08) is known color: Orange Red. HEX triplet: F9, 3A and 08. RGB value is (249,58,8). Sum of RGB (Red+Green+Blue) = 249+58+8=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A08 is #06C5F7. Grayscale: #6D6D6D. Windows color (decimal): -443896 or 539385. OLE color: 539385.

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

Color convert

RGB 249 58 8 -
CMYK 0 0.77 0.97 0.02
HSL 12.45º 0.95% 0.5% -
HSV(B) 12.45º 0.97% 0.98% -
XYZ 40.62 23.18 2.56 -
YUV 109.41 70.78 227.57 -
System Red Green Blue C M Y K H S L
Decimal 249 58 8 0 0.77 0.97 0.02 12.45 0.95 0.5
Hex F9 3A 8 0 4D 61 2 C 5F 32
Octal 371 72 10 0 115 141 2 14 137 62
Binary 11111001 111010 1000 0 1001101 1100001 10 1100 1011111 110010

Color Harmonies of #F93A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93A08

Black with #F93A08

Text Example


Text Example

White with #F93A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93A08; }

 p { color: rgb(249,58,8); }

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

background-color css

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

 a { background-color: rgb(249,58,8); }

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

border-color css

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

 span { border-color: rgb(249,58,8); }

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