Html Css Color HEX #F9401A Orange Red

📋 copy color: '#F9401A'

red 249 ◦ green 64 ◦ blue 26

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

Shades of Orange Red #F9401A

Tints of Orange Red #F9401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 73.45%
G = 18.88%
B = 7.67%

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

#F9401A (or 0xF9401A) is known color: Orange Red. HEX triplet: F9, 40 and 1A. RGB value is (249,64,26). Sum of RGB (Red+Green+Blue) = 249+64+26=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F9401A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9401A is #06BFE5. Grayscale: #737373. Windows color (decimal): -442342 or 1720569. OLE color: 1720569.

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

Color convert

RGB 249 64 26 -
CMYK 0 0.74 0.90 0.02
HSL 10.22º 0.95% 0.54% -
HSV(B) 10.22º 0.9% 0.98% -
XYZ 41.09 23.88 3.42 -
YUV 114.98 77.79 223.59 -
System Red Green Blue C M Y K H S L
Decimal 249 64 26 0 0.74 0.90 0.02 10.22 0.95 0.54
Hex F9 40 1A 0 4A 5A 2 A 5F 36
Octal 371 100 32 0 112 132 2 12 137 66
Binary 11111001 1000000 11010 0 1001010 1011010 10 1010 1011111 110110

Color Harmonies of #F9401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9401A

Black with #F9401A

Text Example


Text Example

White with #F9401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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