Html Css Color HEX #F25823 Outrageous Orange

📋 copy color: '#F25823'

red 242 ◦ green 88 ◦ blue 35

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

Shades of Outrageous Orange #F25823

Tints of Outrageous Orange #F25823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

 BLUE value IS 35 (14.06% from 255) = 9.59%

R = 66.3%
G = 24.11%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F25823 (or 0xF25823) is known color: Outrageous Orange. HEX triplet: F2, 58 and 23. RGB value is (242,88,35). Sum of RGB (Red+Green+Blue) = 242+88+35=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F25823 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25823 is #0DA7DC. Grayscale: #808080. Windows color (decimal): -894941 or 2316530. OLE color: 2316530.

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

Color convert

RGB 242 88 35 -
CMYK 0 0.64 0.86 0.05
HSL 15.36º 0.89% 0.54% -
HSV(B) 15.36º 0.86% 0.95% -
XYZ 40.41 25.98 4.47 -
YUV 128 75.52 209.31 -
System Red Green Blue C M Y K H S L
Decimal 242 88 35 0 0.64 0.86 0.05 15.36 0.89 0.54
Hex F2 58 23 0 40 56 5 F 59 36
Octal 362 130 43 0 100 126 5 17 131 66
Binary 11110010 1011000 100011 0 1000000 1010110 101 1111 1011001 110110

Color Harmonies of #F25823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25823

Black with #F25823

Text Example


Text Example

White with #F25823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25823; }

 p { color: rgb(242,88,35); }

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

background-color css

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

 a { background-color: rgb(242,88,35); }

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

border-color css

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

 span { border-color: rgb(242,88,35); }

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