Html Css Color HEX #F25720 Outrageous Orange

📋 copy color: '#F25720'

red 242 ◦ green 87 ◦ blue 32

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

Shades of Outrageous Orange #F25720

Tints of Outrageous Orange #F25720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.1%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 67.04%
G = 24.1%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F25720 (or 0xF25720) is known color: Outrageous Orange. HEX triplet: F2, 57 and 20. RGB value is (242,87,32). Sum of RGB (Red+Green+Blue) = 242+87+32=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25720 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25720 is #0DA8DF. Grayscale: #7F7F7F. Windows color (decimal): -895200 or 2119666. OLE color: 2119666.

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

Color convert

RGB 242 87 32 -
CMYK 0 0.64 0.87 0.05
HSL 15.71º 0.89% 0.54% -
HSV(B) 15.71º 0.87% 0.95% -
XYZ 40.29 25.8 4.22 -
YUV 127.08 74.35 209.97 -
System Red Green Blue C M Y K H S L
Decimal 242 87 32 0 0.64 0.87 0.05 15.71 0.89 0.54
Hex F2 57 20 0 40 57 5 10 59 36
Octal 362 127 40 0 100 127 5 20 131 66
Binary 11110010 1010111 100000 0 1000000 1010111 101 10000 1011001 110110

Color Harmonies of #F25720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25720

Black with #F25720

Text Example


Text Example

White with #F25720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25720; }

 p { color: rgb(242,87,32); }

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

background-color css

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

 a { background-color: rgb(242,87,32); }

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

border-color css

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

 span { border-color: rgb(242,87,32); }

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