Html Css Color HEX #F9342D Red Orange

📋 copy color: '#F9342D'

red 249 ◦ green 52 ◦ blue 45

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

Shades of Red Orange #F9342D

Tints of Red Orange #F9342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

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

R = 71.97%
G = 15.03%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9342D (or 0xF9342D) is known color: Red Orange. HEX triplet: F9, 34 and 2D. RGB value is (249,52,45). Sum of RGB (Red+Green+Blue) = 249+52+45=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9342D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9342D is #06CBD2. Grayscale: #6E6E6E. Windows color (decimal): -445395 or 2962681. OLE color: 2962681.

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

Color convert

RGB 249 52 45 -
CMYK 0 0.79 0.82 0.02
HSL 2.06º 0.94% 0.58% -
HSV(B) 2.06º 0.82% 0.98% -
XYZ 40.77 22.79 4.73 -
YUV 110.11 91.27 227.07 -
System Red Green Blue C M Y K H S L
Decimal 249 52 45 0 0.79 0.82 0.02 2.06 0.94 0.58
Hex F9 34 2D 0 4F 52 2 2 5E 3A
Octal 371 64 55 0 117 122 2 2 136 72
Binary 11111001 110100 101101 0 1001111 1010010 10 10 1011110 111010

Color Harmonies of #F9342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9342D

Black with #F9342D

Text Example


Text Example

White with #F9342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9342D; }

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

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

background-color css

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

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

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

border-color css

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

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

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