Html Css Color HEX #F9332A Red Orange

📋 copy color: '#F9332A'

red 249 ◦ green 51 ◦ blue 42

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

Shades of Red Orange #F9332A

Tints of Red Orange #F9332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 72.81%
G = 14.91%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F9332A (or 0xF9332A) is known color: Red Orange. HEX triplet: F9, 33 and 2A. RGB value is (249,51,42). Sum of RGB (Red+Green+Blue) = 249+51+42=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F9332A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9332A is #06CCD5. Grayscale: #6D6D6D. Windows color (decimal): -445654 or 2765817. OLE color: 2765817.

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

Color convert

RGB 249 51 42 -
CMYK 0 0.80 0.83 0.02
HSL 2.61º 0.95% 0.57% -
HSV(B) 2.61º 0.83% 0.98% -
XYZ 40.67 22.67 4.42 -
YUV 109.18 90.1 227.73 -
System Red Green Blue C M Y K H S L
Decimal 249 51 42 0 0.80 0.83 0.02 2.61 0.95 0.57
Hex F9 33 2A 0 50 53 2 3 5F 39
Octal 371 63 52 0 120 123 2 3 137 71
Binary 11111001 110011 101010 0 1010000 1010011 10 11 1011111 111001

Color Harmonies of #F9332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9332A

Black with #F9332A

Text Example


Text Example

White with #F9332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9332A; }

 p { color: rgb(249,51,42); }

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

background-color css

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

 a { background-color: rgb(249,51,42); }

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

border-color css

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

 span { border-color: rgb(249,51,42); }

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