Html Css Color HEX #F25521 Outrageous Orange

📋 copy color: '#F25521'

red 242 ◦ green 85 ◦ blue 33

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

Shades of Outrageous Orange #F25521

Tints of Outrageous Orange #F25521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 67.22%
G = 23.61%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F25521 (or 0xF25521) is known color: Outrageous Orange. HEX triplet: F2, 55 and 21. RGB value is (242,85,33). Sum of RGB (Red+Green+Blue) = 242+85+33=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F25521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25521 is #0DAADE. Grayscale: #7E7E7E. Windows color (decimal): -895711 or 2184690. OLE color: 2184690.

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

Color convert

RGB 242 85 33 -
CMYK 0 0.65 0.86 0.05
HSL 14.93º 0.89% 0.54% -
HSV(B) 14.93º 0.86% 0.95% -
XYZ 40.14 25.48 4.24 -
YUV 126.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 242 85 33 0 0.65 0.86 0.05 14.93 0.89 0.54
Hex F2 55 21 0 41 56 5 F 59 36
Octal 362 125 41 0 101 126 5 17 131 66
Binary 11110010 1010101 100001 0 1000001 1010110 101 1111 1011001 110110

Color Harmonies of #F25521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25521

Black with #F25521

Text Example


Text Example

White with #F25521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25521; }

 p { color: rgb(242,85,33); }

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

background-color css

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

 a { background-color: rgb(242,85,33); }

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

border-color css

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

 span { border-color: rgb(242,85,33); }

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