Html Css Color HEX #F25A35 Outrageous Orange

📋 copy color: '#F25A35'

red 242 ◦ green 90 ◦ blue 53

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

Shades of Outrageous Orange #F25A35

Tints of Outrageous Orange #F25A35

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.38%

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

R = 62.86%
G = 23.38%
B = 13.77%

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

#F25A35 (or 0xF25A35) is known color: Outrageous Orange. HEX triplet: F2, 5A and 35. RGB value is (242,90,53). Sum of RGB (Red+Green+Blue) = 242+90+53=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A35 is #0DA5CA. Grayscale: #838383. Windows color (decimal): -894411 or 3496690. OLE color: 3496690.

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

Color convert

RGB 242 90 53 -
CMYK 0 0.63 0.78 0.05
HSL 11.75º 0.88% 0.58% -
HSV(B) 11.75º 0.78% 0.95% -
XYZ 40.92 26.45 6.32 -
YUV 131.23 83.86 207.01 -
System Red Green Blue C M Y K H S L
Decimal 242 90 53 0 0.63 0.78 0.05 11.75 0.88 0.58
Hex F2 5A 35 0 3F 4E 5 C 58 3A
Octal 362 132 65 0 77 116 5 14 130 72
Binary 11110010 1011010 110101 0 111111 1001110 101 1100 1011000 111010

Color Harmonies of #F25A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A35

Black with #F25A35

Text Example


Text Example

White with #F25A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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