Html Css Color HEX #F2390D Orange Red

📋 copy color: '#F2390D'

red 242 ◦ green 57 ◦ blue 13

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

Shades of Orange Red #F2390D

Tints of Orange Red #F2390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.27%

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 77.56%
G = 18.27%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2390D (or 0xF2390D) is known color: Orange Red. HEX triplet: F2, 39 and 0D. RGB value is (242,57,13). Sum of RGB (Red+Green+Blue) = 242+57+13=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F2390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2390D is #0DC6F2. Grayscale: #6B6B6B. Windows color (decimal): -902899 or 866802. OLE color: 866802.

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

Color convert

RGB 242 57 13 -
CMYK 0 0.76 0.95 0.05
HSL 11.53º 0.9% 0.5% -
HSV(B) 11.53º 0.95% 0.95% -
XYZ 38.15 21.83 2.58 -
YUV 107.3 74.79 224.08 -
System Red Green Blue C M Y K H S L
Decimal 242 57 13 0 0.76 0.95 0.05 11.53 0.9 0.5
Hex F2 39 D 0 4C 5F 5 C 5A 32
Octal 362 71 15 0 114 137 5 14 132 62
Binary 11110010 111001 1101 0 1001100 1011111 101 1100 1011010 110010

Color Harmonies of #F2390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2390D

Black with #F2390D

Text Example


Text Example

White with #F2390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2390D; }

 p { color: rgb(242,57,13); }

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

background-color css

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

 a { background-color: rgb(242,57,13); }

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

border-color css

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

 span { border-color: rgb(242,57,13); }

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