Html Css Color HEX #F25A3B Outrageous Orange

📋 copy color: '#F25A3B'

red 242 ◦ green 90 ◦ blue 59

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

Shades of Outrageous Orange #F25A3B

Tints of Outrageous Orange #F25A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.09%

R = 61.89%
G = 23.02%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F25A3B (or 0xF25A3B) is known color: Outrageous Orange. HEX triplet: F2, 5A and 3B. RGB value is (242,90,59). Sum of RGB (Red+Green+Blue) = 242+90+59=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F25A3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25A3B is #0DA5C4. Grayscale: #848484. Windows color (decimal): -894405 or 3889906. OLE color: 3889906.

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

Color convert

RGB 242 90 59 -
CMYK 0 0.63 0.76 0.05
HSL 10.16º 0.88% 0.59% -
HSV(B) 10.16º 0.76% 0.95% -
XYZ 41.06 26.51 7.09 -
YUV 131.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 242 90 59 0 0.63 0.76 0.05 10.16 0.88 0.59
Hex F2 5A 3B 0 3F 4C 5 A 58 3B
Octal 362 132 73 0 77 114 5 12 130 73
Binary 11110010 1011010 111011 0 111111 1001100 101 1010 1011000 111011

Color Harmonies of #F25A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25A3B

Black with #F25A3B

Text Example


Text Example

White with #F25A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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