Html Css Color HEX #F94C2B Red Orange

📋 copy color: '#F94C2B'

red 249 ◦ green 76 ◦ blue 43

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

Shades of Red Orange #F94C2B

Tints of Red Orange #F94C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.68%

R = 67.66%
G = 20.65%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#F94C2B (or 0xF94C2B) is known color: Red Orange. HEX triplet: F9, 4C and 2B. RGB value is (249,76,43). Sum of RGB (Red+Green+Blue) = 249+76+43=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 43 (17.19% from 255 or 11.68% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C2B is #06B3D4. Grayscale: #7C7C7C. Windows color (decimal): -439253 or 2837753. OLE color: 2837753.

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

Color convert

RGB 249 76 43 -
CMYK 0 0.69 0.83 0.02
HSL 9.61º 0.94% 0.57% -
HSV(B) 9.61º 0.83% 0.98% -
XYZ 42.09 25.48 4.99 -
YUV 123.97 82.31 217.18 -
System Red Green Blue C M Y K H S L
Decimal 249 76 43 0 0.69 0.83 0.02 9.61 0.94 0.57
Hex F9 4C 2B 0 45 53 2 A 5E 39
Octal 371 114 53 0 105 123 2 12 136 71
Binary 11111001 1001100 101011 0 1000101 1010011 10 1010 1011110 111001

Color Harmonies of #F94C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C2B

Black with #F94C2B

Text Example


Text Example

White with #F94C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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