Html Css Color HEX #F25420 Outrageous Orange

📋 copy color: '#F25420'

red 242 ◦ green 84 ◦ blue 32

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

Shades of Outrageous Orange #F25420

Tints of Outrageous Orange #F25420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 67.6%
G = 23.46%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F25420 (or 0xF25420) is known color: Outrageous Orange. HEX triplet: F2, 54 and 20. RGB value is (242,84,32). Sum of RGB (Red+Green+Blue) = 242+84+32=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F25420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25420 is #0DABDF. Grayscale: #7D7D7D. Windows color (decimal): -895968 or 2118898. OLE color: 2118898.

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

Color convert

RGB 242 84 32 -
CMYK 0 0.65 0.87 0.05
HSL 14.86º 0.89% 0.54% -
HSV(B) 14.86º 0.87% 0.95% -
XYZ 40.05 25.32 4.14 -
YUV 125.31 75.35 211.23 -
System Red Green Blue C M Y K H S L
Decimal 242 84 32 0 0.65 0.87 0.05 14.86 0.89 0.54
Hex F2 54 20 0 41 57 5 F 59 36
Octal 362 124 40 0 101 127 5 17 131 66
Binary 11110010 1010100 100000 0 1000001 1010111 101 1111 1011001 110110

Color Harmonies of #F25420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25420

Black with #F25420

Text Example


Text Example

White with #F25420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25420; }

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

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

background-color css

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

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

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

border-color css

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

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

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