Html Css Color HEX #F94C29 Red Orange

📋 copy color: '#F94C29'

red 249 ◦ green 76 ◦ blue 41

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

Shades of Red Orange #F94C29

Tints of Red Orange #F94C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.2%

R = 68.03%
G = 20.77%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F94C29 (or 0xF94C29) is known color: Red Orange. HEX triplet: F9, 4C and 29. RGB value is (249,76,41). Sum of RGB (Red+Green+Blue) = 249+76+41=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C29 is #06B3D6. Grayscale: #7C7C7C. Windows color (decimal): -439255 or 2706681. OLE color: 2706681.

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

Color convert

RGB 249 76 41 -
CMYK 0 0.69 0.84 0.02
HSL 10.1º 0.95% 0.57% -
HSV(B) 10.1º 0.84% 0.98% -
XYZ 42.05 25.47 4.8 -
YUV 123.74 81.31 217.35 -
System Red Green Blue C M Y K H S L
Decimal 249 76 41 0 0.69 0.84 0.02 10.1 0.95 0.57
Hex F9 4C 29 0 45 54 2 A 5F 39
Octal 371 114 51 0 105 124 2 12 137 71
Binary 11111001 1001100 101001 0 1000101 1010100 10 1010 1011111 111001

Color Harmonies of #F94C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C29

Black with #F94C29

Text Example


Text Example

White with #F94C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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