Html Css Color HEX #F9442D Red Orange

📋 copy color: '#F9442D'

red 249 ◦ green 68 ◦ blue 45

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

Shades of Red Orange #F9442D

Tints of Red Orange #F9442D

RGB

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

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

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

R = 68.78%
G = 18.78%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9442D (or 0xF9442D) is known color: Red Orange. HEX triplet: F9, 44 and 2D. RGB value is (249,68,45). Sum of RGB (Red+Green+Blue) = 249+68+45=362 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.78% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 249 - color contains mainly: red. Hex color #F9442D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9442D is #06BBD2. Grayscale: #777777. Windows color (decimal): -441299 or 2966777. OLE color: 2966777.

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

Color convert

RGB 249 68 45 -
CMYK 0 0.73 0.82 0.02
HSL 6.76º 0.94% 0.58% -
HSV(B) 6.76º 0.82% 0.98% -
XYZ 41.61 24.46 5.01 -
YUV 119.5 85.97 220.37 -
System Red Green Blue C M Y K H S L
Decimal 249 68 45 0 0.73 0.82 0.02 6.76 0.94 0.58
Hex F9 44 2D 0 49 52 2 7 5E 3A
Octal 371 104 55 0 111 122 2 7 136 72
Binary 11111001 1000100 101101 0 1001001 1010010 10 111 1011110 111010

Color Harmonies of #F9442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9442D

Black with #F9442D

Text Example


Text Example

White with #F9442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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