Html Css Color HEX #F93C1D Red Orange

📋 copy color: '#F93C1D'

red 249 ◦ green 60 ◦ blue 29

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

Shades of Red Orange #F93C1D

Tints of Red Orange #F93C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

 BLUE value IS 29 (11.72% from 255) = 8.58%

R = 73.67%
G = 17.75%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F93C1D (or 0xF93C1D) is known color: Red Orange. HEX triplet: F9, 3C and 1D. RGB value is (249,60,29). Sum of RGB (Red+Green+Blue) = 249+60+29=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93C1D is #06C3E2. Grayscale: #717171. Windows color (decimal): -443363 or 1916153. OLE color: 1916153.

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

Color convert

RGB 249 60 29 -
CMYK 0 0.76 0.88 0.02
HSL 8.45º 0.95% 0.55% -
HSV(B) 8.45º 0.88% 0.98% -
XYZ 40.9 23.46 3.53 -
YUV 112.98 80.62 225.02 -
System Red Green Blue C M Y K H S L
Decimal 249 60 29 0 0.76 0.88 0.02 8.45 0.95 0.55
Hex F9 3C 1D 0 4C 58 2 8 5F 37
Octal 371 74 35 0 114 130 2 10 137 67
Binary 11111001 111100 11101 0 1001100 1011000 10 1000 1011111 110111

Color Harmonies of #F93C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93C1D

Black with #F93C1D

Text Example


Text Example

White with #F93C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93C1D; }

 p { color: rgb(249,60,29); }

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

background-color css

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

 a { background-color: rgb(249,60,29); }

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

border-color css

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

 span { border-color: rgb(249,60,29); }

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