Html Css Color HEX #F94D3D Sunset Orange

📋 copy color: '#F94D3D'

red 249 ◦ green 77 ◦ blue 61

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

Shades of Sunset Orange #F94D3D

Tints of Sunset Orange #F94D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.76%

R = 64.34%
G = 19.9%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F94D3D (or 0xF94D3D) is known color: Sunset Orange. HEX triplet: F9, 4D and 3D. RGB value is (249,77,61). Sum of RGB (Red+Green+Blue) = 249+77+61=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D3D is #06B2C2. Grayscale: #7E7E7E. Windows color (decimal): -438979 or 4017657. OLE color: 4017657.

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

Color convert

RGB 249 77 61 -
CMYK 0 0.69 0.76 0.02
HSL 5.11º 0.94% 0.61% -
HSV(B) 5.11º 0.76% 0.98% -
XYZ 42.56 25.78 7.15 -
YUV 126.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 249 77 61 0 0.69 0.76 0.02 5.11 0.94 0.61
Hex F9 4D 3D 0 45 4C 2 5 5E 3D
Octal 371 115 75 0 105 114 2 5 136 75
Binary 11111001 1001101 111101 0 1000101 1001100 10 101 1011110 111101

Color Harmonies of #F94D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D3D

Black with #F94D3D

Text Example


Text Example

White with #F94D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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