Html Css Color HEX #F93F1D Red Orange

📋 copy color: '#F93F1D'

red 249 ◦ green 63 ◦ blue 29

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

Shades of Red Orange #F93F1D

Tints of Red Orange #F93F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.48%

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

R = 73.02%
G = 18.48%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F93F1D (or 0xF93F1D) is known color: Red Orange. HEX triplet: F9, 3F and 1D. RGB value is (249,63,29). Sum of RGB (Red+Green+Blue) = 249+63+29=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93F1D is #06C0E2. Grayscale: #737373. Windows color (decimal): -442595 or 1916921. OLE color: 1916921.

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

Color convert

RGB 249 63 29 -
CMYK 0 0.75 0.88 0.02
HSL 9.27º 0.95% 0.55% -
HSV(B) 9.27º 0.88% 0.98% -
XYZ 41.07 23.78 3.59 -
YUV 114.74 79.62 223.76 -
System Red Green Blue C M Y K H S L
Decimal 249 63 29 0 0.75 0.88 0.02 9.27 0.95 0.55
Hex F9 3F 1D 0 4B 58 2 9 5F 37
Octal 371 77 35 0 113 130 2 11 137 67
Binary 11111001 111111 11101 0 1001011 1011000 10 1001 1011111 110111

Color Harmonies of #F93F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93F1D

Black with #F93F1D

Text Example


Text Example

White with #F93F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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