Html Css Color HEX #F9442F Red Orange

📋 copy color: '#F9442F'

red 249 ◦ green 68 ◦ blue 47

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

Shades of Red Orange #F9442F

Tints of Red Orange #F9442F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.68%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 68.41%
G = 18.68%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9442F (or 0xF9442F) is known color: Red Orange. HEX triplet: F9, 44 and 2F. RGB value is (249,68,47). Sum of RGB (Red+Green+Blue) = 249+68+47=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F9442F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9442F is #06BBD0. Grayscale: #777777. Windows color (decimal): -441297 or 3097849. OLE color: 3097849.

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

Color convert

RGB 249 68 47 -
CMYK 0 0.73 0.81 0.02
HSL 6.24º 0.94% 0.58% -
HSV(B) 6.24º 0.81% 0.98% -
XYZ 41.65 24.48 5.22 -
YUV 119.73 86.97 220.21 -
System Red Green Blue C M Y K H S L
Decimal 249 68 47 0 0.73 0.81 0.02 6.24 0.94 0.58
Hex F9 44 2F 0 49 51 2 6 5E 3A
Octal 371 104 57 0 111 121 2 6 136 72
Binary 11111001 1000100 101111 0 1001001 1010001 10 110 1011110 111010

Color Harmonies of #F9442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9442F

Black with #F9442F

Text Example


Text Example

White with #F9442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9442F; }

 p { color: rgb(249,68,47); }

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

background-color css

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

 a { background-color: rgb(249,68,47); }

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

border-color css

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

 span { border-color: rgb(249,68,47); }

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