Html Css Color HEX #F24100 Orange Red

📋 copy color: '#F24100'

red 242 ◦ green 65 ◦ blue 0

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

Shades of Orange Red #F24100

Tints of Orange Red #F24100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.17%

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

R = 78.83%
G = 21.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F24100 (or 0xF24100) is known color: Orange Red. HEX triplet: F2, 41 and 00. RGB value is (242,65,0). Sum of RGB (Red+Green+Blue) = 242+65+0=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F24100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24100 is #0DBEFF. Grayscale: #6E6E6E. Windows color (decimal): -900864 or 16882. OLE color: 16882.

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

Color convert

RGB 242 65 0 -
CMYK 0 0.73 1 0.05
HSL 16.12º 1% 0.47% -
HSV(B) 16.12º 1% 0.95% -
XYZ 38.51 22.66 2.34 -
YUV 110.51 65.64 221.79 -
System Red Green Blue C M Y K H S L
Decimal 242 65 0 0 0.73 1 0.05 16.12 1 0.47
Hex F2 41 0 0 49 64 5 10 64 2F
Octal 362 101 0 0 111 144 5 20 144 57
Binary 11110010 1000001 0 0 1001001 1100100 101 10000 1100100 101111

Color Harmonies of #F24100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24100

Black with #F24100

Text Example


Text Example

White with #F24100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24100; }

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

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

background-color css

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

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

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

border-color css

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

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

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