Html Css Color HEX #F25634 Outrageous Orange

📋 copy color: '#F25634'

red 242 ◦ green 86 ◦ blue 52

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

Shades of Outrageous Orange #F25634

Tints of Outrageous Orange #F25634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.68%

R = 63.68%
G = 22.63%
B = 13.68%

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

#F25634 (or 0xF25634) is known color: Outrageous Orange. HEX triplet: F2, 56 and 34. RGB value is (242,86,52). Sum of RGB (Red+Green+Blue) = 242+86+52=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F25634 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25634 is #0DA9CB. Grayscale: #818181. Windows color (decimal): -895436 or 3430130. OLE color: 3430130.

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

Color convert

RGB 242 86 52 -
CMYK 0 0.64 0.79 0.05
HSL 10.74º 0.88% 0.58% -
HSV(B) 10.74º 0.79% 0.95% -
XYZ 40.57 25.78 6.09 -
YUV 128.77 84.68 208.76 -
System Red Green Blue C M Y K H S L
Decimal 242 86 52 0 0.64 0.79 0.05 10.74 0.88 0.58
Hex F2 56 34 0 40 4F 5 B 58 3A
Octal 362 126 64 0 100 117 5 13 130 72
Binary 11110010 1010110 110100 0 1000000 1001111 101 1011 1011000 111010

Color Harmonies of #F25634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25634

Black with #F25634

Text Example


Text Example

White with #F25634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25634; }

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

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

background-color css

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

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

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

border-color css

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

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

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