Html Css Color HEX #F25632 Outrageous Orange

📋 copy color: '#F25632'

red 242 ◦ green 86 ◦ blue 50

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

Shades of Outrageous Orange #F25632

Tints of Outrageous Orange #F25632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.23%

R = 64.02%
G = 22.75%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F25632 (or 0xF25632) is known color: Outrageous Orange. HEX triplet: F2, 56 and 32. RGB value is (242,86,50). Sum of RGB (Red+Green+Blue) = 242+86+50=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F25632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25632 is #0DA9CD. Grayscale: #808080. Windows color (decimal): -895438 or 3299058. OLE color: 3299058.

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

Color convert

RGB 242 86 50 -
CMYK 0 0.64 0.79 0.05
HSL 11.25º 0.88% 0.57% -
HSV(B) 11.25º 0.79% 0.95% -
XYZ 40.52 25.76 5.85 -
YUV 128.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 242 86 50 0 0.64 0.79 0.05 11.25 0.88 0.57
Hex F2 56 32 0 40 4F 5 B 58 39
Octal 362 126 62 0 100 117 5 13 130 71
Binary 11110010 1010110 110010 0 1000000 1001111 101 1011 1011000 111001

Color Harmonies of #F25632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25632

Black with #F25632

Text Example


Text Example

White with #F25632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25632; }

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

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

background-color css

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

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

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

border-color css

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

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

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