Html Css Color HEX #F94223 Red Orange

📋 copy color: '#F94223'

red 249 ◦ green 66 ◦ blue 35

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

Shades of Red Orange #F94223

Tints of Red Orange #F94223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 71.14%
G = 18.86%
B = 10%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F94223 (or 0xF94223) is known color: Red Orange. HEX triplet: F9, 42 and 23. RGB value is (249,66,35). Sum of RGB (Red+Green+Blue) = 249+66+35=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F94223 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94223 is #06BDDC. Grayscale: #757575. Windows color (decimal): -441821 or 2310905. OLE color: 2310905.

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

Color convert

RGB 249 66 35 -
CMYK 0 0.73 0.86 0.02
HSL 8.69º 0.95% 0.56% -
HSV(B) 8.69º 0.86% 0.98% -
XYZ 41.32 24.16 4.08 -
YUV 117.18 81.63 222.02 -
System Red Green Blue C M Y K H S L
Decimal 249 66 35 0 0.73 0.86 0.02 8.69 0.95 0.56
Hex F9 42 23 0 49 56 2 9 5F 38
Octal 371 102 43 0 111 126 2 11 137 70
Binary 11111001 1000010 100011 0 1001001 1010110 10 1001 1011111 111000

Color Harmonies of #F94223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94223

Black with #F94223

Text Example


Text Example

White with #F94223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94223; }

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

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

background-color css

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

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

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

border-color css

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

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

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