Html Css Color HEX #F25C3C Outrageous Orange

📋 copy color: '#F25C3C'

red 242 ◦ green 92 ◦ blue 60

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

Shades of Outrageous Orange #F25C3C

Tints of Outrageous Orange #F25C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.23%

R = 61.42%
G = 23.35%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F25C3C (or 0xF25C3C) is known color: Outrageous Orange. HEX triplet: F2, 5C and 3C. RGB value is (242,92,60). Sum of RGB (Red+Green+Blue) = 242+92+60=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25C3C is #0DA3C3. Grayscale: #858585. Windows color (decimal): -893892 or 3955954. OLE color: 3955954.

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

Color convert

RGB 242 92 60 -
CMYK 0 0.62 0.75 0.05
HSL 10.55º 0.88% 0.59% -
HSV(B) 10.55º 0.75% 0.95% -
XYZ 41.26 26.86 7.28 -
YUV 133.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 242 92 60 0 0.62 0.75 0.05 10.55 0.88 0.59
Hex F2 5C 3C 0 3E 4B 5 B 58 3B
Octal 362 134 74 0 76 113 5 13 130 73
Binary 11110010 1011100 111100 0 111110 1001011 101 1011 1011000 111011

Color Harmonies of #F25C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C3C

Black with #F25C3C

Text Example


Text Example

White with #F25C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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