Html Css Color HEX #F23B32 Red Orange

📋 copy color: '#F23B32'

red 242 ◦ green 59 ◦ blue 50

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

Shades of Red Orange #F23B32

Tints of Red Orange #F23B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 68.95%
G = 16.81%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F23B32 (or 0xF23B32) is known color: Red Orange. HEX triplet: F2, 3B and 32. RGB value is (242,59,50). Sum of RGB (Red+Green+Blue) = 242+59+50=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B32 is #0DC4CD. Grayscale: #707070. Windows color (decimal): -902350 or 3292146. OLE color: 3292146.

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

Color convert

RGB 242 59 50 -
CMYK 0 0.76 0.79 0.05
HSL 2.81º 0.88% 0.57% -
HSV(B) 2.81º 0.79% 0.95% -
XYZ 38.76 22.24 5.27 -
YUV 112.69 92.63 220.23 -
System Red Green Blue C M Y K H S L
Decimal 242 59 50 0 0.76 0.79 0.05 2.81 0.88 0.57
Hex F2 3B 32 0 4C 4F 5 3 58 39
Octal 362 73 62 0 114 117 5 3 130 71
Binary 11110010 111011 110010 0 1001100 1001111 101 11 1011000 111001

Color Harmonies of #F23B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23B32

Black with #F23B32

Text Example


Text Example

White with #F23B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23B32; }

 p { color: rgb(242,59,50); }

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

background-color css

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

 a { background-color: rgb(242,59,50); }

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

border-color css

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

 span { border-color: rgb(242,59,50); }

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