Html Css Color HEX #F23625 Red Orange

📋 copy color: '#F23625'

red 242 ◦ green 54 ◦ blue 37

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

Shades of Red Orange #F23625

Tints of Red Orange #F23625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

 BLUE value IS 37 (14.84% from 255) = 11.11%

R = 72.67%
G = 16.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F23625 (or 0xF23625) is known color: Red Orange. HEX triplet: F2, 36 and 25. RGB value is (242,54,37). Sum of RGB (Red+Green+Blue) = 242+54+37=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F23625 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23625 is #0DC9DA. Grayscale: #6C6C6C. Windows color (decimal): -903643 or 2438898. OLE color: 2438898.

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

Color convert

RGB 242 54 37 -
CMYK 0 0.78 0.85 0.05
HSL 4.98º 0.89% 0.55% -
HSV(B) 4.98º 0.85% 0.95% -
XYZ 38.27 21.65 3.91 -
YUV 108.27 87.78 223.38 -
System Red Green Blue C M Y K H S L
Decimal 242 54 37 0 0.78 0.85 0.05 4.98 0.89 0.55
Hex F2 36 25 0 4E 55 5 5 59 37
Octal 362 66 45 0 116 125 5 5 131 67
Binary 11110010 110110 100101 0 1001110 1010101 101 101 1011001 110111

Color Harmonies of #F23625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23625

Black with #F23625

Text Example


Text Example

White with #F23625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23625; }

 p { color: rgb(242,54,37); }

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

background-color css

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

 a { background-color: rgb(242,54,37); }

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

border-color css

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

 span { border-color: rgb(242,54,37); }

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