Html Css Color HEX #F25B20 Outrageous Orange

📋 copy color: '#F25B20'

red 242 ◦ green 91 ◦ blue 32

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

Shades of Outrageous Orange #F25B20

Tints of Outrageous Orange #F25B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 66.3%
G = 24.93%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F25B20 (or 0xF25B20) is known color: Outrageous Orange. HEX triplet: F2, 5B and 20. RGB value is (242,91,32). Sum of RGB (Red+Green+Blue) = 242+91+32=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25B20 is #0DA4DF. Grayscale: #818181. Windows color (decimal): -894176 or 2120690. OLE color: 2120690.

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

Color convert

RGB 242 91 32 -
CMYK 0 0.62 0.87 0.05
HSL 16.86º 0.89% 0.54% -
HSV(B) 16.86º 0.87% 0.95% -
XYZ 40.62 26.46 4.33 -
YUV 129.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 242 91 32 0 0.62 0.87 0.05 16.86 0.89 0.54
Hex F2 5B 20 0 3E 57 5 11 59 36
Octal 362 133 40 0 76 127 5 21 131 66
Binary 11110010 1011011 100000 0 111110 1010111 101 10001 1011001 110110

Color Harmonies of #F25B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25B20

Black with #F25B20

Text Example


Text Example

White with #F25B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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