Html Css Color HEX #F9462D Red Orange

📋 copy color: '#F9462D'

red 249 ◦ green 70 ◦ blue 45

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

Shades of Red Orange #F9462D

Tints of Red Orange #F9462D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

 BLUE value IS 45 (17.97% from 255) = 12.36%

R = 68.41%
G = 19.23%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9462D (or 0xF9462D) is known color: Red Orange. HEX triplet: F9, 46 and 2D. RGB value is (249,70,45). Sum of RGB (Red+Green+Blue) = 249+70+45=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F9462D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9462D is #06B9D2. Grayscale: #787878. Windows color (decimal): -440787 or 2967289. OLE color: 2967289.

HSL color Cylindrical-coordinate representation of color #F9462D: hue angle of 7.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9462D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 70 45 -
CMYK 0 0.72 0.82 0.02
HSL 7.35º 0.94% 0.58% -
HSV(B) 7.35º 0.82% 0.98% -
XYZ 41.73 24.71 5.05 -
YUV 120.67 85.3 219.53 -
System Red Green Blue C M Y K H S L
Decimal 249 70 45 0 0.72 0.82 0.02 7.35 0.94 0.58
Hex F9 46 2D 0 48 52 2 7 5E 3A
Octal 371 106 55 0 110 122 2 7 136 72
Binary 11111001 1000110 101101 0 1001000 1010010 10 111 1011110 111010

Color Harmonies of #F9462D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9462D

Black with #F9462D

Text Example


Text Example

White with #F9462D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9462D; }

 p { color: rgb(249,70,45); }

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

background-color css

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

 a { background-color: rgb(249,70,45); }

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

border-color css

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

 span { border-color: rgb(249,70,45); }

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