Html Css Color HEX #F24500 Orange Red

📋 copy color: '#F24500'

red 242 ◦ green 69 ◦ blue 0

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

Shades of Orange Red #F24500

Tints of Orange Red #F24500

RGB

 RED value IS 242 (94.92% from 255) = 77.81%

 GREEN value IS 69 (27.34% from 255) = 22.19%

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

R = 77.81%
G = 22.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F24500 (or 0xF24500) is known color: Orange Red. HEX triplet: F2, 45 and 00. RGB value is (242,69,0). Sum of RGB (Red+Green+Blue) = 242+69+0=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F24500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24500 is #0DBAFF. Grayscale: #717171. Windows color (decimal): -899840 or 17906. OLE color: 17906.

HSL color Cylindrical-coordinate representation of color #F24500: hue angle of 17.11º 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 #F24500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 69 0 -
CMYK 0 0.71 1 0.05
HSL 17.11º 1% 0.47% -
HSV(B) 17.11º 1% 0.95% -
XYZ 38.75 23.13 2.42 -
YUV 112.86 64.31 220.11 -
System Red Green Blue C M Y K H S L
Decimal 242 69 0 0 0.71 1 0.05 17.11 1 0.47
Hex F2 45 0 0 47 64 5 11 64 2F
Octal 362 105 0 0 107 144 5 21 144 57
Binary 11110010 1000101 0 0 1000111 1100100 101 10001 1100100 101111

Color Harmonies of #F24500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24500

Black with #F24500

Text Example


Text Example

White with #F24500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24500; }

 p { color: rgb(242,69,0); }

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

background-color css

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

 a { background-color: rgb(242,69,0); }

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

border-color css

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

 span { border-color: rgb(242,69,0); }

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