Html Css Color HEX #F94A38 Sunset Orange

📋 copy color: '#F94A38'

red 249 ◦ green 74 ◦ blue 56

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

Shades of Sunset Orange #F94A38

Tints of Sunset Orange #F94A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.78%

R = 65.7%
G = 19.53%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F94A38 (or 0xF94A38) is known color: Sunset Orange. HEX triplet: F9, 4A and 38. RGB value is (249,74,56). Sum of RGB (Red+Green+Blue) = 249+74+56=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A38 is #06B5C7. Grayscale: #7C7C7C. Windows color (decimal): -439752 or 3689209. OLE color: 3689209.

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

Color convert

RGB 249 74 56 -
CMYK 0 0.70 0.78 0.02
HSL 5.6º 0.94% 0.6% -
HSV(B) 5.6º 0.78% 0.98% -
XYZ 42.23 25.32 6.4 -
YUV 124.27 89.48 216.96 -
System Red Green Blue C M Y K H S L
Decimal 249 74 56 0 0.70 0.78 0.02 5.6 0.94 0.6
Hex F9 4A 38 0 46 4E 2 6 5E 3C
Octal 371 112 70 0 106 116 2 6 136 74
Binary 11111001 1001010 111000 0 1000110 1001110 10 110 1011110 111100

Color Harmonies of #F94A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A38

Black with #F94A38

Text Example


Text Example

White with #F94A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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