Html Css Color HEX #F23916 Orange Red

📋 copy color: '#F23916'

red 242 ◦ green 57 ◦ blue 22

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

Shades of Orange Red #F23916

Tints of Orange Red #F23916

RGB

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

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

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

R = 75.39%
G = 17.76%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F23916 (or 0xF23916) is known color: Orange Red. HEX triplet: F2, 39 and 16. RGB value is (242,57,22). Sum of RGB (Red+Green+Blue) = 242+57+22=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F23916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23916 is #0DC6E9. Grayscale: #6C6C6C. Windows color (decimal): -902890 or 1456626. OLE color: 1456626.

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

Color convert

RGB 242 57 22 -
CMYK 0 0.76 0.91 0.05
HSL 9.55º 0.89% 0.52% -
HSV(B) 9.55º 0.91% 0.95% -
XYZ 38.23 21.86 2.96 -
YUV 108.33 79.29 223.35 -
System Red Green Blue C M Y K H S L
Decimal 242 57 22 0 0.76 0.91 0.05 9.55 0.89 0.52
Hex F2 39 16 0 4C 5B 5 A 59 34
Octal 362 71 26 0 114 133 5 12 131 64
Binary 11110010 111001 10110 0 1001100 1011011 101 1010 1011001 110100

Color Harmonies of #F23916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23916

Black with #F23916

Text Example


Text Example

White with #F23916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23916; }

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

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

background-color css

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

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

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

border-color css

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

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

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