Html Css Color HEX #F94D4A Sunset Orange

📋 copy color: '#F94D4A'

red 249 ◦ green 77 ◦ blue 74

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

Shades of Sunset Orange #F94D4A

Tints of Sunset Orange #F94D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 62.25%
G = 19.25%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F94D4A (or 0xF94D4A) is known color: Sunset Orange. HEX triplet: F9, 4D and 4A. RGB value is (249,77,74). Sum of RGB (Red+Green+Blue) = 249+77+74=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D4A is #06B2B5. Grayscale: #808080. Windows color (decimal): -438966 or 4869625. OLE color: 4869625.

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

Color convert

RGB 249 77 74 -
CMYK 0 0.69 0.70 0.02
HSL 1.03º 0.94% 0.63% -
HSV(B) 1.03º 0.7% 0.98% -
XYZ 42.96 25.94 9.22 -
YUV 128.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 249 77 74 0 0.69 0.70 0.02 1.03 0.94 0.63
Hex F9 4D 4A 0 45 46 2 1 5E 3F
Octal 371 115 112 0 105 106 2 1 136 77
Binary 11111001 1001101 1001010 0 1000101 1000110 10 1 1011110 111111

Color Harmonies of #F94D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D4A

Black with #F94D4A

Text Example


Text Example

White with #F94D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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