Html Css Color HEX #F23725 Red Orange

📋 copy color: '#F23725'

red 242 ◦ green 55 ◦ blue 37

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

Shades of Red Orange #F23725

Tints of Red Orange #F23725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 72.46%
G = 16.47%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F23725 (or 0xF23725) is known color: Red Orange. HEX triplet: F2, 37 and 25. RGB value is (242,55,37). Sum of RGB (Red+Green+Blue) = 242+55+37=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F23725 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23725 is #0DC8DA. Grayscale: #6D6D6D. Windows color (decimal): -903387 or 2439154. OLE color: 2439154.

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

Color convert

RGB 242 55 37 -
CMYK 0 0.77 0.85 0.05
HSL 5.27º 0.89% 0.55% -
HSV(B) 5.27º 0.85% 0.95% -
XYZ 38.32 21.74 3.93 -
YUV 108.86 87.45 222.96 -
System Red Green Blue C M Y K H S L
Decimal 242 55 37 0 0.77 0.85 0.05 5.27 0.89 0.55
Hex F2 37 25 0 4D 55 5 5 59 37
Octal 362 67 45 0 115 125 5 5 131 67
Binary 11110010 110111 100101 0 1001101 1010101 101 101 1011001 110111

Color Harmonies of #F23725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23725

Black with #F23725

Text Example


Text Example

White with #F23725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23725; }

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

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

background-color css

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

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

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

border-color css

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

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

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