Html Css Color HEX #F94A3C Sunset Orange

📋 copy color: '#F94A3C'

red 249 ◦ green 74 ◦ blue 60

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

Shades of Sunset Orange #F94A3C

Tints of Sunset Orange #F94A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 65.01%
G = 19.32%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#F94A3C (or 0xF94A3C) is known color: Sunset Orange. HEX triplet: F9, 4A and 3C. RGB value is (249,74,60). Sum of RGB (Red+Green+Blue) = 249+74+60=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A3C is #06B5C3. Grayscale: #7C7C7C. Windows color (decimal): -439748 or 3951353. OLE color: 3951353.

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

Color convert

RGB 249 74 60 -
CMYK 0 0.70 0.76 0.02
HSL 4.44º 0.94% 0.61% -
HSV(B) 4.44º 0.76% 0.98% -
XYZ 42.33 25.36 6.94 -
YUV 124.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 249 74 60 0 0.70 0.76 0.02 4.44 0.94 0.61
Hex F9 4A 3C 0 46 4C 2 4 5E 3D
Octal 371 112 74 0 106 114 2 4 136 75
Binary 11111001 1001010 111100 0 1000110 1001100 10 100 1011110 111101

Color Harmonies of #F94A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A3C

Black with #F94A3C

Text Example


Text Example

White with #F94A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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