Html Css Color HEX #F24200 Orange Red

📋 copy color: '#F24200'

red 242 ◦ green 66 ◦ blue 0

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

Shades of Orange Red #F24200

Tints of Orange Red #F24200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

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

R = 78.57%
G = 21.43%
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

#F24200 (or 0xF24200) is known color: Orange Red. HEX triplet: F2, 42 and 00. RGB value is (242,66,0). Sum of RGB (Red+Green+Blue) = 242+66+0=308 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.57% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 242 - color contains mainly: red. Hex color #F24200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24200 is #0DBDFF. Grayscale: #6F6F6F. Windows color (decimal): -900608 or 17138. OLE color: 17138.

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

Color convert

RGB 242 66 0 -
CMYK 0 0.73 1 0.05
HSL 16.36º 1% 0.47% -
HSV(B) 16.36º 1% 0.95% -
XYZ 38.57 22.77 2.36 -
YUV 111.1 65.31 221.37 -
System Red Green Blue C M Y K H S L
Decimal 242 66 0 0 0.73 1 0.05 16.36 1 0.47
Hex F2 42 0 0 49 64 5 10 64 2F
Octal 362 102 0 0 111 144 5 20 144 57
Binary 11110010 1000010 0 0 1001001 1100100 101 10000 1100100 101111

Color Harmonies of #F24200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F24200

Black with #F24200

Text Example


Text Example

White with #F24200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F24200; }

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

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

background-color css

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

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

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

border-color css

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

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

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