Html Css Color HEX #F94D30 Red Orange

📋 copy color: '#F94D30'

red 249 ◦ green 77 ◦ blue 48

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

Shades of Red Orange #F94D30

Tints of Red Orange #F94D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

 BLUE value IS 48 (19.14% from 255) = 12.83%

R = 66.58%
G = 20.59%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F94D30 (or 0xF94D30) is known color: Red Orange. HEX triplet: F9, 4D and 30. RGB value is (249,77,48). Sum of RGB (Red+Green+Blue) = 249+77+48=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D30 is #06B2CF. Grayscale: #7D7D7D. Windows color (decimal): -438992 or 3165689. OLE color: 3165689.

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

Color convert

RGB 249 77 48 -
CMYK 0 0.69 0.81 0.02
HSL 8.66º 0.94% 0.58% -
HSV(B) 8.66º 0.81% 0.98% -
XYZ 42.25 25.66 5.52 -
YUV 125.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 249 77 48 0 0.69 0.81 0.02 8.66 0.94 0.58
Hex F9 4D 30 0 45 51 2 9 5E 3A
Octal 371 115 60 0 105 121 2 11 136 72
Binary 11111001 1001101 110000 0 1000101 1010001 10 1001 1011110 111010

Color Harmonies of #F94D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D30

Black with #F94D30

Text Example


Text Example

White with #F94D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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