Html Css Color HEX #F94C3C Sunset Orange

📋 copy color: '#F94C3C'

red 249 ◦ green 76 ◦ blue 60

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

Shades of Sunset Orange #F94C3C

Tints of Sunset Orange #F94C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.74%

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

R = 64.68%
G = 19.74%
B = 15.58%

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

#F94C3C (or 0xF94C3C) is known color: Sunset Orange. HEX triplet: F9, 4C and 3C. RGB value is (249,76,60). Sum of RGB (Red+Green+Blue) = 249+76+60=385 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.68% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C3C is #06B3C3. Grayscale: #7E7E7E. Windows color (decimal): -439236 or 3951865. OLE color: 3951865.

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

Color convert

RGB 249 76 60 -
CMYK 0 0.69 0.76 0.02
HSL 5.08º 0.94% 0.61% -
HSV(B) 5.08º 0.76% 0.98% -
XYZ 42.47 25.63 6.98 -
YUV 125.9 90.81 215.8 -
System Red Green Blue C M Y K H S L
Decimal 249 76 60 0 0.69 0.76 0.02 5.08 0.94 0.61
Hex F9 4C 3C 0 45 4C 2 5 5E 3D
Octal 371 114 74 0 105 114 2 5 136 75
Binary 11111001 1001100 111100 0 1000101 1001100 10 101 1011110 111101

Color Harmonies of #F94C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C3C

Black with #F94C3C

Text Example


Text Example

White with #F94C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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