Html Css Color HEX #F94A3A Sunset Orange

📋 copy color: '#F94A3A'

red 249 ◦ green 74 ◦ blue 58

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

Shades of Sunset Orange #F94A3A

Tints of Sunset Orange #F94A3A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 65.35%
G = 19.42%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#F94A3A (or 0xF94A3A) is known color: Sunset Orange. HEX triplet: F9, 4A and 3A. RGB value is (249,74,58). Sum of RGB (Red+Green+Blue) = 249+74+58=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A3A is #06B5C5. Grayscale: #7C7C7C. Windows color (decimal): -439750 or 3820281. OLE color: 3820281.

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

Color convert

RGB 249 74 58 -
CMYK 0 0.70 0.77 0.02
HSL 5.03º 0.94% 0.6% -
HSV(B) 5.03º 0.77% 0.98% -
XYZ 42.28 25.34 6.67 -
YUV 124.5 90.48 216.8 -
System Red Green Blue C M Y K H S L
Decimal 249 74 58 0 0.70 0.77 0.02 5.03 0.94 0.6
Hex F9 4A 3A 0 46 4D 2 5 5E 3C
Octal 371 112 72 0 106 115 2 5 136 74
Binary 11111001 1001010 111010 0 1000110 1001101 10 101 1011110 111100

Color Harmonies of #F94A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A3A

Black with #F94A3A

Text Example


Text Example

White with #F94A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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