Html Css Color HEX #F94101 Orange Red

📋 copy color: '#F94101'

red 249 ◦ green 65 ◦ blue 1

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

Shades of Orange Red #F94101

Tints of Orange Red #F94101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 79.05%
G = 20.63%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#F94101 (or 0xF94101) is known color: Orange Red. HEX triplet: F9, 41 and 01. RGB value is (249,65,1). Sum of RGB (Red+Green+Blue) = 249+65+1=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F94101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94101 is #06BEFE. Grayscale: #717171. Windows color (decimal): -442111 or 82425. OLE color: 82425.

HSL color Cylindrical-coordinate representation of color #F94101: hue angle of 15.48º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F94101 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 1 -
CMYK 0 0.74 1.00 0.02
HSL 15.48º 0.99% 0.49% -
HSV(B) 15.48º 1% 0.98% -
XYZ 40.96 23.92 2.49 -
YUV 112.72 64.96 225.2 -
System Red Green Blue C M Y K H S L
Decimal 249 65 1 0 0.74 1.00 0.02 15.48 0.99 0.49
Hex F9 41 1 0 4A 64 2 F 63 31
Octal 371 101 1 0 112 144 2 17 143 61
Binary 11111001 1000001 1 0 1001010 1100100 10 1111 1100011 110001

Color Harmonies of #F94101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94101

Black with #F94101

Text Example


Text Example

White with #F94101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94101; }

 p { color: rgb(249,65,1); }

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

background-color css

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

 a { background-color: rgb(249,65,1); }

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

border-color css

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

 span { border-color: rgb(249,65,1); }

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