Html Css Color HEX #F25920 Outrageous Orange

📋 copy color: '#F25920'

red 242 ◦ green 89 ◦ blue 32

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

Shades of Outrageous Orange #F25920

Tints of Outrageous Orange #F25920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

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

R = 66.67%
G = 24.52%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F25920 (or 0xF25920) is known color: Outrageous Orange. HEX triplet: F2, 59 and 20. RGB value is (242,89,32). Sum of RGB (Red+Green+Blue) = 242+89+32=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F25920 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25920 is #0DA6DF. Grayscale: #808080. Windows color (decimal): -894688 or 2120178. OLE color: 2120178.

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

Color convert

RGB 242 89 32 -
CMYK 0 0.63 0.87 0.05
HSL 16.29º 0.89% 0.54% -
HSV(B) 16.29º 0.87% 0.95% -
XYZ 40.45 26.13 4.28 -
YUV 128.25 73.69 209.13 -
System Red Green Blue C M Y K H S L
Decimal 242 89 32 0 0.63 0.87 0.05 16.29 0.89 0.54
Hex F2 59 20 0 3F 57 5 10 59 36
Octal 362 131 40 0 77 127 5 20 131 66
Binary 11110010 1011001 100000 0 111111 1010111 101 10000 1011001 110110

Color Harmonies of #F25920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25920

Black with #F25920

Text Example


Text Example

White with #F25920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25920; }

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

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

background-color css

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

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

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

border-color css

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

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

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