Html Css Color HEX #F25535 Outrageous Orange

📋 copy color: '#F25535'

red 242 ◦ green 85 ◦ blue 53

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

Shades of Outrageous Orange #F25535

Tints of Outrageous Orange #F25535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 63.68%
G = 22.37%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F25535 (or 0xF25535) is known color: Outrageous Orange. HEX triplet: F2, 55 and 35. RGB value is (242,85,53). Sum of RGB (Red+Green+Blue) = 242+85+53=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F25535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25535 is #0DAACA. Grayscale: #808080. Windows color (decimal): -895691 or 3495410. OLE color: 3495410.

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

Color convert

RGB 242 85 53 -
CMYK 0 0.65 0.78 0.05
HSL 10.16º 0.88% 0.58% -
HSV(B) 10.16º 0.78% 0.95% -
XYZ 40.51 25.63 6.18 -
YUV 128.3 85.51 209.1 -
System Red Green Blue C M Y K H S L
Decimal 242 85 53 0 0.65 0.78 0.05 10.16 0.88 0.58
Hex F2 55 35 0 41 4E 5 A 58 3A
Octal 362 125 65 0 101 116 5 12 130 72
Binary 11110010 1010101 110101 0 1000001 1001110 101 1010 1011000 111010

Color Harmonies of #F25535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25535

Black with #F25535

Text Example


Text Example

White with #F25535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25535; }

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

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

background-color css

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

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

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

border-color css

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

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

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