Html Css Color HEX #F9352C Red Orange

📋 copy color: '#F9352C'

red 249 ◦ green 53 ◦ blue 44

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

Shades of Red Orange #F9352C

Tints of Red Orange #F9352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 71.97%
G = 15.32%
B = 12.72%

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

#F9352C (or 0xF9352C) is known color: Red Orange. HEX triplet: F9, 35 and 2C. RGB value is (249,53,44). Sum of RGB (Red+Green+Blue) = 249+53+44=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F9352C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9352C is #06CAD3. Grayscale: #6E6E6E. Windows color (decimal): -445140 or 2897401. OLE color: 2897401.

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

Color convert

RGB 249 53 44 -
CMYK 0 0.79 0.82 0.02
HSL 2.63º 0.94% 0.57% -
HSV(B) 2.63º 0.82% 0.98% -
XYZ 40.79 22.87 4.65 -
YUV 110.58 90.43 226.73 -
System Red Green Blue C M Y K H S L
Decimal 249 53 44 0 0.79 0.82 0.02 2.63 0.94 0.57
Hex F9 35 2C 0 4F 52 2 3 5E 39
Octal 371 65 54 0 117 122 2 3 136 71
Binary 11111001 110101 101100 0 1001111 1010010 10 11 1011110 111001

Color Harmonies of #F9352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9352C

Black with #F9352C

Text Example


Text Example

White with #F9352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9352C; }

 p { color: rgb(249,53,44); }

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

background-color css

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

 a { background-color: rgb(249,53,44); }

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

border-color css

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

 span { border-color: rgb(249,53,44); }

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