Html Css Color HEX #F25624 Outrageous Orange

📋 copy color: '#F25624'

red 242 ◦ green 86 ◦ blue 36

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

Shades of Outrageous Orange #F25624

Tints of Outrageous Orange #F25624

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

 BLUE value IS 36 (14.45% from 255) = 9.89%

R = 66.48%
G = 23.63%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F25624 (or 0xF25624) is known color: Outrageous Orange. HEX triplet: F2, 56 and 24. RGB value is (242,86,36). Sum of RGB (Red+Green+Blue) = 242+86+36=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F25624 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25624 is #0DA9DB. Grayscale: #7F7F7F. Windows color (decimal): -895452 or 2381554. OLE color: 2381554.

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

Color convert

RGB 242 86 36 -
CMYK 0 0.64 0.85 0.05
HSL 14.56º 0.89% 0.55% -
HSV(B) 14.56º 0.85% 0.95% -
XYZ 40.26 25.66 4.5 -
YUV 126.94 76.68 210.07 -
System Red Green Blue C M Y K H S L
Decimal 242 86 36 0 0.64 0.85 0.05 14.56 0.89 0.55
Hex F2 56 24 0 40 55 5 F 59 37
Octal 362 126 44 0 100 125 5 17 131 67
Binary 11110010 1010110 100100 0 1000000 1010101 101 1111 1011001 110111

Color Harmonies of #F25624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25624

Black with #F25624

Text Example


Text Example

White with #F25624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25624; }

 p { color: rgb(242,86,36); }

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

background-color css

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

 a { background-color: rgb(242,86,36); }

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

border-color css

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

 span { border-color: rgb(242,86,36); }

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