Html Css Color HEX #F23915 Orange Red

📋 copy color: '#F23915'

red 242 ◦ green 57 ◦ blue 21

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

Shades of Orange Red #F23915

Tints of Orange Red #F23915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 75.63%
G = 17.81%
B = 6.56%

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

#F23915 (or 0xF23915) is known color: Orange Red. HEX triplet: F2, 39 and 15. RGB value is (242,57,21). Sum of RGB (Red+Green+Blue) = 242+57+21=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F23915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23915 is #0DC6EA. Grayscale: #6C6C6C. Windows color (decimal): -902891 or 1391090. OLE color: 1391090.

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

Color convert

RGB 242 57 21 -
CMYK 0 0.76 0.91 0.05
HSL 9.77º 0.89% 0.52% -
HSV(B) 9.77º 0.91% 0.95% -
XYZ 38.22 21.86 2.91 -
YUV 108.21 78.79 223.43 -
System Red Green Blue C M Y K H S L
Decimal 242 57 21 0 0.76 0.91 0.05 9.77 0.89 0.52
Hex F2 39 15 0 4C 5B 5 A 59 34
Octal 362 71 25 0 114 133 5 12 131 64
Binary 11110010 111001 10101 0 1001100 1011011 101 1010 1011001 110100

Color Harmonies of #F23915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23915

Black with #F23915

Text Example


Text Example

White with #F23915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23915; }

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

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

background-color css

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

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

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

border-color css

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

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

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