Html Css Color HEX #F94A23 Red Orange

📋 copy color: '#F94A23'

red 249 ◦ green 74 ◦ blue 35

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

Shades of Red Orange #F94A23

Tints of Red Orange #F94A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.78%

R = 69.55%
G = 20.67%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F94A23 (or 0xF94A23) is known color: Red Orange. HEX triplet: F9, 4A and 23. RGB value is (249,74,35). Sum of RGB (Red+Green+Blue) = 249+74+35=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94A23 is #06B5DC. Grayscale: #7A7A7A. Windows color (decimal): -439773 or 2312953. OLE color: 2312953.

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

Color convert

RGB 249 74 35 -
CMYK 0 0.70 0.86 0.02
HSL 10.93º 0.95% 0.56% -
HSV(B) 10.93º 0.86% 0.98% -
XYZ 41.82 25.16 4.24 -
YUV 121.88 78.98 218.67 -
System Red Green Blue C M Y K H S L
Decimal 249 74 35 0 0.70 0.86 0.02 10.93 0.95 0.56
Hex F9 4A 23 0 46 56 2 B 5F 38
Octal 371 112 43 0 106 126 2 13 137 70
Binary 11111001 1001010 100011 0 1000110 1010110 10 1011 1011111 111000

Color Harmonies of #F94A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A23

Black with #F94A23

Text Example


Text Example

White with #F94A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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