Html Css Color HEX #F25324 Outrageous Orange

📋 copy color: '#F25324'

red 242 ◦ green 83 ◦ blue 36

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

Shades of Outrageous Orange #F25324

Tints of Outrageous Orange #F25324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 67.04%
G = 22.99%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F25324 (or 0xF25324) is known color: Outrageous Orange. HEX triplet: F2, 53 and 24. RGB value is (242,83,36). Sum of RGB (Red+Green+Blue) = 242+83+36=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F25324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25324 is #0DACDB. Grayscale: #7D7D7D. Windows color (decimal): -896220 or 2380786. OLE color: 2380786.

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

Color convert

RGB 242 83 36 -
CMYK 0 0.66 0.85 0.05
HSL 13.69º 0.89% 0.55% -
HSV(B) 13.69º 0.85% 0.95% -
XYZ 40.03 25.19 4.42 -
YUV 125.18 77.68 211.32 -
System Red Green Blue C M Y K H S L
Decimal 242 83 36 0 0.66 0.85 0.05 13.69 0.89 0.55
Hex F2 53 24 0 42 55 5 E 59 37
Octal 362 123 44 0 102 125 5 16 131 67
Binary 11110010 1010011 100100 0 1000010 1010101 101 1110 1011001 110111

Color Harmonies of #F25324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25324

Black with #F25324

Text Example


Text Example

White with #F25324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25324; }

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

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

background-color css

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

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

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

border-color css

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

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

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