Html Css Color HEX #F9410B Orange Red

📋 copy color: '#F9410B'

red 249 ◦ green 65 ◦ blue 11

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

Shades of Orange Red #F9410B

Tints of Orange Red #F9410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 76.62%
G = 20%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9410B (or 0xF9410B) is known color: Orange Red. HEX triplet: F9, 41 and 0B. RGB value is (249,65,11). Sum of RGB (Red+Green+Blue) = 249+65+11=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F9410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9410B is #06BEF4. Grayscale: #727272. Windows color (decimal): -442101 or 737785. OLE color: 737785.

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

Color convert

RGB 249 65 11 -
CMYK 0 0.74 0.96 0.02
HSL 13.61º 0.95% 0.51% -
HSV(B) 13.61º 0.96% 0.98% -
XYZ 41.02 23.94 2.78 -
YUV 113.86 69.96 224.39 -
System Red Green Blue C M Y K H S L
Decimal 249 65 11 0 0.74 0.96 0.02 13.61 0.95 0.51
Hex F9 41 B 0 4A 60 2 E 5F 33
Octal 371 101 13 0 112 140 2 16 137 63
Binary 11111001 1000001 1011 0 1001010 1100000 10 1110 1011111 110011

Color Harmonies of #F9410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9410B

Black with #F9410B

Text Example


Text Example

White with #F9410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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