Html Css Color HEX #F9410D Orange Red

📋 copy color: '#F9410D'

red 249 ◦ green 65 ◦ blue 13

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

Shades of Orange Red #F9410D

Tints of Orange Red #F9410D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 76.15%
G = 19.88%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9410D (or 0xF9410D) is known color: Orange Red. HEX triplet: F9, 41 and 0D. RGB value is (249,65,13). Sum of RGB (Red+Green+Blue) = 249+65+13=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F9410D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9410D is #06BEF2. Grayscale: #727272. Windows color (decimal): -442099 or 868857. OLE color: 868857.

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

Color convert

RGB 249 65 13 -
CMYK 0 0.74 0.95 0.02
HSL 13.22º 0.95% 0.51% -
HSV(B) 13.22º 0.95% 0.98% -
XYZ 41.03 23.95 2.84 -
YUV 114.09 70.96 224.23 -
System Red Green Blue C M Y K H S L
Decimal 249 65 13 0 0.74 0.95 0.02 13.22 0.95 0.51
Hex F9 41 D 0 4A 5F 2 D 5F 33
Octal 371 101 15 0 112 137 2 15 137 63
Binary 11111001 1000001 1101 0 1001010 1011111 10 1101 1011111 110011

Color Harmonies of #F9410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9410D

Black with #F9410D

Text Example


Text Example

White with #F9410D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9410D; }

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

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

background-color css

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

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

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

border-color css

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

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

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