Html Css Color HEX #F94328 Red Orange

📋 copy color: '#F94328'

red 249 ◦ green 67 ◦ blue 40

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

Shades of Red Orange #F94328

Tints of Red Orange #F94328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.82%

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 69.94%
G = 18.82%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F94328 (or 0xF94328) is known color: Red Orange. HEX triplet: F9, 43 and 28. RGB value is (249,67,40). Sum of RGB (Red+Green+Blue) = 249+67+40=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F94328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94328 is #06BCD7. Grayscale: #767676. Windows color (decimal): -441560 or 2638841. OLE color: 2638841.

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

Color convert

RGB 249 67 40 -
CMYK 0 0.73 0.84 0.02
HSL 7.75º 0.95% 0.57% -
HSV(B) 7.75º 0.84% 0.98% -
XYZ 41.46 24.31 4.51 -
YUV 118.34 83.8 221.2 -
System Red Green Blue C M Y K H S L
Decimal 249 67 40 0 0.73 0.84 0.02 7.75 0.95 0.57
Hex F9 43 28 0 49 54 2 8 5F 39
Octal 371 103 50 0 111 124 2 10 137 71
Binary 11111001 1000011 101000 0 1001001 1010100 10 1000 1011111 111001

Color Harmonies of #F94328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94328

Black with #F94328

Text Example


Text Example

White with #F94328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94328; }

 p { color: rgb(249,67,40); }

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

background-color css

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

 a { background-color: rgb(249,67,40); }

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

border-color css

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

 span { border-color: rgb(249,67,40); }

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