Html Css Color HEX #F24600 Orange Red

📋 copy color: '#F24600'

red 242 ◦ green 70 ◦ blue 0

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

Shades of Orange Red #F24600

Tints of Orange Red #F24600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 77.56%
G = 22.44%
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

#F24600 (or 0xF24600) is known color: Orange Red. HEX triplet: F2, 46 and 00. RGB value is (242,70,0). Sum of RGB (Red+Green+Blue) = 242+70+0=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F24600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24600 is #0DB9FF. Grayscale: #717171. Windows color (decimal): -899584 or 18162. OLE color: 18162.

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

Color convert

RGB 242 70 0 -
CMYK 0 0.71 1 0.05
HSL 17.36º 1% 0.47% -
HSV(B) 17.36º 1% 0.95% -
XYZ 38.81 23.26 2.44 -
YUV 113.45 63.98 219.69 -
System Red Green Blue C M Y K H S L
Decimal 242 70 0 0 0.71 1 0.05 17.36 1 0.47
Hex F2 46 0 0 47 64 5 11 64 2F
Octal 362 106 0 0 107 144 5 21 144 57
Binary 11110010 1000110 0 0 1000111 1100100 101 10001 1100100 101111

Color Harmonies of #F24600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24600

Black with #F24600

Text Example


Text Example

White with #F24600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24600; }

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

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

background-color css

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

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

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

border-color css

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

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

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