Html Css Color HEX #F25935 Outrageous Orange

📋 copy color: '#F25935'

red 242 ◦ green 89 ◦ blue 53

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

Shades of Outrageous Orange #F25935

Tints of Outrageous Orange #F25935

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.18%

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

R = 63.02%
G = 23.18%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F25935 (or 0xF25935) is known color: Outrageous Orange. HEX triplet: F2, 59 and 35. RGB value is (242,89,53). Sum of RGB (Red+Green+Blue) = 242+89+53=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F25935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25935 is #0DA6CA. Grayscale: #828282. Windows color (decimal): -894667 or 3496434. OLE color: 3496434.

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

Color convert

RGB 242 89 53 -
CMYK 0 0.63 0.78 0.05
HSL 11.43º 0.88% 0.58% -
HSV(B) 11.43º 0.78% 0.95% -
XYZ 40.83 26.28 6.29 -
YUV 130.64 84.19 207.43 -
System Red Green Blue C M Y K H S L
Decimal 242 89 53 0 0.63 0.78 0.05 11.43 0.88 0.58
Hex F2 59 35 0 3F 4E 5 B 58 3A
Octal 362 131 65 0 77 116 5 13 130 72
Binary 11110010 1011001 110101 0 111111 1001110 101 1011 1011000 111010

Color Harmonies of #F25935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25935

Black with #F25935

Text Example


Text Example

White with #F25935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25935; }

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

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

background-color css

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

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

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

border-color css

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

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

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