Html Css Color HEX #F94C21 Red Orange

📋 copy color: '#F94C21'

red 249 ◦ green 76 ◦ blue 33

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

Shades of Red Orange #F94C21

Tints of Red Orange #F94C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 69.55%
G = 21.23%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F94C21 (or 0xF94C21) is known color: Red Orange. HEX triplet: F9, 4C and 21. RGB value is (249,76,33). Sum of RGB (Red+Green+Blue) = 249+76+33=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C21 is #06B3DE. Grayscale: #7B7B7B. Windows color (decimal): -439263 or 2182393. OLE color: 2182393.

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

Color convert

RGB 249 76 33 -
CMYK 0 0.69 0.87 0.02
HSL 11.94º 0.95% 0.55% -
HSV(B) 11.94º 0.87% 0.98% -
XYZ 41.93 25.42 4.14 -
YUV 122.83 77.31 218 -
System Red Green Blue C M Y K H S L
Decimal 249 76 33 0 0.69 0.87 0.02 11.94 0.95 0.55
Hex F9 4C 21 0 45 57 2 C 5F 37
Octal 371 114 41 0 105 127 2 14 137 67
Binary 11111001 1001100 100001 0 1000101 1010111 10 1100 1011111 110111

Color Harmonies of #F94C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C21

Black with #F94C21

Text Example


Text Example

White with #F94C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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