Html Css Color HEX #F9302C Red Orange

📋 copy color: '#F9302C'

red 249 ◦ green 48 ◦ blue 44

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

Shades of Red Orange #F9302C

Tints of Red Orange #F9302C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

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

R = 73.02%
G = 14.08%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9302C (or 0xF9302C) is known color: Red Orange. HEX triplet: F9, 30 and 2C. RGB value is (249,48,44). Sum of RGB (Red+Green+Blue) = 249+48+44=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9302C is #06CFD3. Grayscale: #6B6B6B. Windows color (decimal): -446420 or 2896121. OLE color: 2896121.

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

Color convert

RGB 249 48 44 -
CMYK 0 0.81 0.82 0.02
HSL 1.17º 0.94% 0.57% -
HSV(B) 1.17º 0.82% 0.98% -
XYZ 40.58 22.44 4.57 -
YUV 107.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 249 48 44 0 0.81 0.82 0.02 1.17 0.94 0.57
Hex F9 30 2C 0 51 52 2 1 5E 39
Octal 371 60 54 0 121 122 2 1 136 71
Binary 11111001 110000 101100 0 1010001 1010010 10 1 1011110 111001

Color Harmonies of #F9302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9302C

Black with #F9302C

Text Example


Text Example

White with #F9302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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