Html Css Color HEX #F23925 Red Orange

📋 copy color: '#F23925'

red 242 ◦ green 57 ◦ blue 37

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

Shades of Red Orange #F23925

Tints of Red Orange #F23925

RGB

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

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

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

R = 72.02%
G = 16.96%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F23925 (or 0xF23925) is known color: Red Orange. HEX triplet: F2, 39 and 25. RGB value is (242,57,37). Sum of RGB (Red+Green+Blue) = 242+57+37=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F23925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23925 is #0DC6DA. Grayscale: #6E6E6E. Windows color (decimal): -902875 or 2439666. OLE color: 2439666.

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

Color convert

RGB 242 57 37 -
CMYK 0 0.76 0.85 0.05
HSL 5.85º 0.89% 0.55% -
HSV(B) 5.85º 0.85% 0.95% -
XYZ 38.42 21.94 3.96 -
YUV 110.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 242 57 37 0 0.76 0.85 0.05 5.85 0.89 0.55
Hex F2 39 25 0 4C 55 5 6 59 37
Octal 362 71 45 0 114 125 5 6 131 67
Binary 11110010 111001 100101 0 1001100 1010101 101 110 1011001 110111

Color Harmonies of #F23925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23925

Black with #F23925

Text Example


Text Example

White with #F23925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23925; }

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

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

background-color css

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

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

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

border-color css

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

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

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