Html Css Color HEX #F9411D Red Orange

📋 copy color: '#F9411D'

red 249 ◦ green 65 ◦ blue 29

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

Shades of Red Orange #F9411D

Tints of Red Orange #F9411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 72.59%
G = 18.95%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F9411D (or 0xF9411D) is known color: Red Orange. HEX triplet: F9, 41 and 1D. RGB value is (249,65,29). Sum of RGB (Red+Green+Blue) = 249+65+29=343 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.59% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 249 - color contains mainly: red. Hex color #F9411D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9411D is #06BEE2. Grayscale: #747474. Windows color (decimal): -442083 or 1917433. OLE color: 1917433.

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

Color convert

RGB 249 65 29 -
CMYK 0 0.74 0.88 0.02
HSL 9.82º 0.95% 0.55% -
HSV(B) 9.82º 0.88% 0.98% -
XYZ 41.18 24.01 3.63 -
YUV 115.91 78.96 222.93 -
System Red Green Blue C M Y K H S L
Decimal 249 65 29 0 0.74 0.88 0.02 9.82 0.95 0.55
Hex F9 41 1D 0 4A 58 2 A 5F 37
Octal 371 101 35 0 112 130 2 12 137 67
Binary 11111001 1000001 11101 0 1001010 1011000 10 1010 1011111 110111

Color Harmonies of #F9411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9411D

Black with #F9411D

Text Example


Text Example

White with #F9411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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