Html Css Color HEX #F25523 Outrageous Orange

📋 copy color: '#F25523'

red 242 ◦ green 85 ◦ blue 35

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

Shades of Outrageous Orange #F25523

Tints of Outrageous Orange #F25523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.67%

R = 66.85%
G = 23.48%
B = 9.67%

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

#F25523 (or 0xF25523) is known color: Outrageous Orange. HEX triplet: F2, 55 and 23. RGB value is (242,85,35). Sum of RGB (Red+Green+Blue) = 242+85+35=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F25523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25523 is #0DAADC. Grayscale: #7E7E7E. Windows color (decimal): -895709 or 2315762. OLE color: 2315762.

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

Color convert

RGB 242 85 35 -
CMYK 0 0.65 0.86 0.05
HSL 14.49º 0.89% 0.54% -
HSV(B) 14.49º 0.86% 0.95% -
XYZ 40.17 25.5 4.39 -
YUV 126.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 242 85 35 0 0.65 0.86 0.05 14.49 0.89 0.54
Hex F2 55 23 0 41 56 5 E 59 36
Octal 362 125 43 0 101 126 5 16 131 66
Binary 11110010 1010101 100011 0 1000001 1010110 101 1110 1011001 110110

Color Harmonies of #F25523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25523

Black with #F25523

Text Example


Text Example

White with #F25523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25523; }

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

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

background-color css

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

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

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

border-color css

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

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

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