Html Css Color HEX #F2341B Red Orange

📋 copy color: '#F2341B'

red 242 ◦ green 52 ◦ blue 27

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

Shades of Red Orange #F2341B

Tints of Red Orange #F2341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.2%

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 75.39%
G = 16.2%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2341B (or 0xF2341B) is known color: Red Orange. HEX triplet: F2, 34 and 1B. RGB value is (242,52,27). Sum of RGB (Red+Green+Blue) = 242+52+27=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2341B is #0DCBE4. Grayscale: #6A6A6A. Windows color (decimal): -904165 or 1783026. OLE color: 1783026.

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

Color convert

RGB 242 52 27 -
CMYK 0 0.79 0.89 0.05
HSL 6.98º 0.89% 0.53% -
HSV(B) 6.98º 0.89% 0.95% -
XYZ 38.04 21.41 3.16 -
YUV 105.96 83.45 225.03 -
System Red Green Blue C M Y K H S L
Decimal 242 52 27 0 0.79 0.89 0.05 6.98 0.89 0.53
Hex F2 34 1B 0 4F 59 5 7 59 35
Octal 362 64 33 0 117 131 5 7 131 65
Binary 11110010 110100 11011 0 1001111 1011001 101 111 1011001 110101

Color Harmonies of #F2341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2341B

Black with #F2341B

Text Example


Text Example

White with #F2341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2341B; }

 p { color: rgb(242,52,27); }

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

background-color css

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

 a { background-color: rgb(242,52,27); }

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

border-color css

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

 span { border-color: rgb(242,52,27); }

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