Html Css Color HEX #F93F19 Orange Red

📋 copy color: '#F93F19'

red 249 ◦ green 63 ◦ blue 25

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

Shades of Orange Red #F93F19

Tints of Orange Red #F93F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.42%

R = 73.89%
G = 18.69%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F93F19 (or 0xF93F19) is known color: Orange Red. HEX triplet: F9, 3F and 19. RGB value is (249,63,25). Sum of RGB (Red+Green+Blue) = 249+63+25=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93F19 is #06C0E6. Grayscale: #727272. Windows color (decimal): -442599 or 1654777. OLE color: 1654777.

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

Color convert

RGB 249 63 25 -
CMYK 0 0.75 0.90 0.02
HSL 10.18º 0.95% 0.54% -
HSV(B) 10.18º 0.9% 0.98% -
XYZ 41.02 23.76 3.34 -
YUV 114.28 77.62 224.09 -
System Red Green Blue C M Y K H S L
Decimal 249 63 25 0 0.75 0.90 0.02 10.18 0.95 0.54
Hex F9 3F 19 0 4B 5A 2 A 5F 36
Octal 371 77 31 0 113 132 2 12 137 66
Binary 11111001 111111 11001 0 1001011 1011010 10 1010 1011111 110110

Color Harmonies of #F93F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F19

Black with #F93F19

Text Example


Text Example

White with #F93F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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