Html Css Color HEX #F1430F Orange Red

📋 copy color: '#F1430F'

red 241 ◦ green 67 ◦ blue 15

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

Shades of Orange Red #F1430F

Tints of Orange Red #F1430F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 74.61%
G = 20.74%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F1430F (or 0xF1430F) is known color: Orange Red. HEX triplet: F1, 43 and 0F. RGB value is (241,67,15). Sum of RGB (Red+Green+Blue) = 241+67+15=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1430F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1430F is #0EBCF0. Grayscale: #717171. Windows color (decimal): -965873 or 1000433. OLE color: 1000433.

HSL color Cylindrical-coordinate representation of color #F1430F: hue angle of 13.81º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1430F is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 15 -
CMYK 0 0.72 0.94 0.05
HSL 13.81º 0.89% 0.5% -
HSV(B) 13.81º 0.94% 0.95% -
XYZ 38.37 22.75 2.82 -
YUV 113.1 72.65 219.23 -
System Red Green Blue C M Y K H S L
Decimal 241 67 15 0 0.72 0.94 0.05 13.81 0.89 0.5
Hex F1 43 F 0 48 5E 5 E 59 32
Octal 361 103 17 0 110 136 5 16 131 62
Binary 11110001 1000011 1111 0 1001000 1011110 101 1110 1011001 110010

Color Harmonies of #F1430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1430F

Black with #F1430F

Text Example


Text Example

White with #F1430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1430F; }

 p { color: rgb(241,67,15); }

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

background-color css

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

 a { background-color: rgb(241,67,15); }

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

border-color css

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

 span { border-color: rgb(241,67,15); }

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