Html Css Color HEX #F25231 Outrageous Orange

📋 copy color: '#F25231'

red 242 ◦ green 82 ◦ blue 49

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

Shades of Outrageous Orange #F25231

Tints of Outrageous Orange #F25231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 64.88%
G = 21.98%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F25231 (or 0xF25231) is known color: Outrageous Orange. HEX triplet: F2, 52 and 31. RGB value is (242,82,49). Sum of RGB (Red+Green+Blue) = 242+82+49=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F25231 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25231 is #0DADCE. Grayscale: #7E7E7E. Windows color (decimal): -896463 or 3232498. OLE color: 3232498.

HSL color Cylindrical-coordinate representation of color #F25231: hue angle of 10.26º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F25231 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 82 49 -
CMYK 0 0.66 0.80 0.05
HSL 10.26º 0.88% 0.57% -
HSV(B) 10.26º 0.8% 0.95% -
XYZ 40.19 25.13 5.64 -
YUV 126.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 242 82 49 0 0.66 0.80 0.05 10.26 0.88 0.57
Hex F2 52 31 0 42 50 5 A 58 39
Octal 362 122 61 0 102 120 5 12 130 71
Binary 11110010 1010010 110001 0 1000010 1010000 101 1010 1011000 111001

Color Harmonies of #F25231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25231

Black with #F25231

Text Example


Text Example

White with #F25231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25231; }

 p { color: rgb(242,82,49); }

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

background-color css

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

 a { background-color: rgb(242,82,49); }

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

border-color css

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

 span { border-color: rgb(242,82,49); }

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