Html Css Color HEX #F94019 Orange Red

📋 copy color: '#F94019'

red 249 ◦ green 64 ◦ blue 25

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

Shades of Orange Red #F94019

Tints of Orange Red #F94019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

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

R = 73.67%
G = 18.93%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F94019 (or 0xF94019) is known color: Orange Red. HEX triplet: F9, 40 and 19. RGB value is (249,64,25). Sum of RGB (Red+Green+Blue) = 249+64+25=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F94019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94019 is #06BFE6. Grayscale: #737373. Windows color (decimal): -442343 or 1655033. OLE color: 1655033.

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

Color convert

RGB 249 64 25 -
CMYK 0 0.74 0.90 0.02
HSL 10.45º 0.95% 0.54% -
HSV(B) 10.45º 0.9% 0.98% -
XYZ 41.08 23.88 3.36 -
YUV 114.87 77.29 223.67 -
System Red Green Blue C M Y K H S L
Decimal 249 64 25 0 0.74 0.90 0.02 10.45 0.95 0.54
Hex F9 40 19 0 4A 5A 2 A 5F 36
Octal 371 100 31 0 112 132 2 12 137 66
Binary 11111001 1000000 11001 0 1001010 1011010 10 1010 1011111 110110

Color Harmonies of #F94019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94019

Black with #F94019

Text Example


Text Example

White with #F94019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94019; }

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

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

background-color css

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

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

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

border-color css

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

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

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