Html Css Color HEX #F23F16 Orange Red

📋 copy color: '#F23F16'

red 242 ◦ green 63 ◦ blue 22

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

Shades of Orange Red #F23F16

Tints of Orange Red #F23F16

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 74.01%
G = 19.27%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F23F16 (or 0xF23F16) is known color: Orange Red. HEX triplet: F2, 3F and 16. RGB value is (242,63,22). Sum of RGB (Red+Green+Blue) = 242+63+22=327 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.01% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23F16 is #0DC0E9. Grayscale: #707070. Windows color (decimal): -901354 or 1458162. OLE color: 1458162.

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

Color convert

RGB 242 63 22 -
CMYK 0 0.74 0.91 0.05
HSL 11.18º 0.89% 0.52% -
HSV(B) 11.18º 0.91% 0.95% -
XYZ 38.54 22.49 3.07 -
YUV 111.85 77.3 220.83 -
System Red Green Blue C M Y K H S L
Decimal 242 63 22 0 0.74 0.91 0.05 11.18 0.89 0.52
Hex F2 3F 16 0 4A 5B 5 B 59 34
Octal 362 77 26 0 112 133 5 13 131 64
Binary 11110010 111111 10110 0 1001010 1011011 101 1011 1011001 110100

Color Harmonies of #F23F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F16

Black with #F23F16

Text Example


Text Example

White with #F23F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F16; }

 p { color: rgb(242,63,22); }

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

background-color css

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

 a { background-color: rgb(242,63,22); }

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

border-color css

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

 span { border-color: rgb(242,63,22); }

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