Html Css Color HEX #F13D00 Orange Red

📋 copy color: '#F13D00'

red 241 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #F13D00

Tints of Orange Red #F13D00

RGB

 RED value IS 241 (94.53% from 255) = 79.8%

 GREEN value IS 61 (24.22% from 255) = 20.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.8%
G = 20.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F13D00 (or 0xF13D00) is known color: Orange Red. HEX triplet: F1, 3D and 00. RGB value is (241,61,0). Sum of RGB (Red+Green+Blue) = 241+61+0=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13D00 is #0EC2FF. Grayscale: #6C6C6C. Windows color (decimal): -967424 or 15857. OLE color: 15857.

HSL color Cylindrical-coordinate representation of color #F13D00: hue angle of 15.19º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F13D00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 61 0 -
CMYK 0 0.75 1 0.05
HSL 15.19º 1% 0.47% -
HSV(B) 15.19º 1% 0.95% -
XYZ 37.94 22.04 2.25 -
YUV 107.87 67.13 222.96 -
System Red Green Blue C M Y K H S L
Decimal 241 61 0 0 0.75 1 0.05 15.19 1 0.47
Hex F1 3D 0 0 4B 64 5 F 64 2F
Octal 361 75 0 0 113 144 5 17 144 57
Binary 11110001 111101 0 0 1001011 1100100 101 1111 1100100 101111

Color Harmonies of #F13D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13D00

Black with #F13D00

Text Example


Text Example

White with #F13D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13D00; }

 p { color: rgb(241,61,0); }

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

background-color css

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

 a { background-color: rgb(241,61,0); }

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

border-color css

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

 span { border-color: rgb(241,61,0); }

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