Html Css Color HEX #F25C27 Outrageous Orange

📋 copy color: '#F25C27'

red 242 ◦ green 92 ◦ blue 39

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

Shades of Outrageous Orange #F25C27

Tints of Outrageous Orange #F25C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.46%

R = 64.88%
G = 24.66%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F25C27 (or 0xF25C27) is known color: Outrageous Orange. HEX triplet: F2, 5C and 27. RGB value is (242,92,39). Sum of RGB (Red+Green+Blue) = 242+92+39=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C27 is #0DA3D8. Grayscale: #838383. Windows color (decimal): -893913 or 2579698. OLE color: 2579698.

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

Color convert

RGB 242 92 39 -
CMYK 0 0.62 0.84 0.05
HSL 15.67º 0.89% 0.55% -
HSV(B) 15.67º 0.84% 0.95% -
XYZ 40.81 26.68 4.92 -
YUV 130.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 242 92 39 0 0.62 0.84 0.05 15.67 0.89 0.55
Hex F2 5C 27 0 3E 54 5 10 59 37
Octal 362 134 47 0 76 124 5 20 131 67
Binary 11110010 1011100 100111 0 111110 1010100 101 10000 1011001 110111

Color Harmonies of #F25C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C27

Black with #F25C27

Text Example


Text Example

White with #F25C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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