Html Css Color HEX #F2430D Orange Red

📋 copy color: '#F2430D'

red 242 ◦ green 67 ◦ blue 13

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

Shades of Orange Red #F2430D

Tints of Orange Red #F2430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

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

R = 75.16%
G = 20.81%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2430D (or 0xF2430D) is known color: Orange Red. HEX triplet: F2, 43 and 0D. RGB value is (242,67,13). Sum of RGB (Red+Green+Blue) = 242+67+13=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2430D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2430D is #0DBCF2. Grayscale: #717171. Windows color (decimal): -900339 or 869362. OLE color: 869362.

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

Color convert

RGB 242 67 13 -
CMYK 0 0.72 0.95 0.05
HSL 14.15º 0.9% 0.5% -
HSV(B) 14.15º 0.95% 0.95% -
XYZ 38.7 22.92 2.77 -
YUV 113.17 71.48 219.89 -
System Red Green Blue C M Y K H S L
Decimal 242 67 13 0 0.72 0.95 0.05 14.15 0.9 0.5
Hex F2 43 D 0 48 5F 5 E 5A 32
Octal 362 103 15 0 110 137 5 16 132 62
Binary 11110010 1000011 1101 0 1001000 1011111 101 1110 1011010 110010

Color Harmonies of #F2430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2430D

Black with #F2430D

Text Example


Text Example

White with #F2430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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