Html Css Color HEX #F25C22 Outrageous Orange

📋 copy color: '#F25C22'

red 242 ◦ green 92 ◦ blue 34

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

Shades of Outrageous Orange #F25C22

Tints of Outrageous Orange #F25C22

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

 BLUE value IS 34 (13.67% from 255) = 9.24%

R = 65.76%
G = 25%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F25C22 (or 0xF25C22) is known color: Outrageous Orange. HEX triplet: F2, 5C and 22. RGB value is (242,92,34). Sum of RGB (Red+Green+Blue) = 242+92+34=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 34 (13.67% from 255 or 9.24% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C22 is #0DA3DD. Grayscale: #828282. Windows color (decimal): -893918 or 2252018. OLE color: 2252018.

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

Color convert

RGB 242 92 34 -
CMYK 0 0.62 0.86 0.05
HSL 16.73º 0.89% 0.54% -
HSV(B) 16.73º 0.86% 0.95% -
XYZ 40.73 26.65 4.51 -
YUV 130.24 73.7 207.72 -
System Red Green Blue C M Y K H S L
Decimal 242 92 34 0 0.62 0.86 0.05 16.73 0.89 0.54
Hex F2 5C 22 0 3E 56 5 11 59 36
Octal 362 134 42 0 76 126 5 21 131 66
Binary 11110010 1011100 100010 0 111110 1010110 101 10001 1011001 110110

Color Harmonies of #F25C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C22

Black with #F25C22

Text Example


Text Example

White with #F25C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C22; }

 p { color: rgb(242,92,34); }

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

background-color css

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

 a { background-color: rgb(242,92,34); }

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

border-color css

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

 span { border-color: rgb(242,92,34); }

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