Html Css Color HEX #F2531F Outrageous Orange

📋 copy color: '#F2531F'

red 242 ◦ green 83 ◦ blue 31

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

Shades of Outrageous Orange #F2531F

Tints of Outrageous Orange #F2531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 67.98%
G = 23.31%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2531F (or 0xF2531F) is known color: Outrageous Orange. HEX triplet: F2, 53 and 1F. RGB value is (242,83,31). Sum of RGB (Red+Green+Blue) = 242+83+31=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F2531F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2531F is #0DACE0. Grayscale: #7C7C7C. Windows color (decimal): -896225 or 2053106. OLE color: 2053106.

HSL color Cylindrical-coordinate representation of color #F2531F: hue angle of 14.79º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2531F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 83 31 -
CMYK 0 0.66 0.87 0.05
HSL 14.79º 0.89% 0.54% -
HSV(B) 14.79º 0.87% 0.95% -
XYZ 39.96 25.16 4.05 -
YUV 124.61 75.18 211.73 -
System Red Green Blue C M Y K H S L
Decimal 242 83 31 0 0.66 0.87 0.05 14.79 0.89 0.54
Hex F2 53 1F 0 42 57 5 F 59 36
Octal 362 123 37 0 102 127 5 17 131 66
Binary 11110010 1010011 11111 0 1000010 1010111 101 1111 1011001 110110

Color Harmonies of #F2531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2531F

Black with #F2531F

Text Example


Text Example

White with #F2531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2531F; }

 p { color: rgb(242,83,31); }

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

background-color css

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

 a { background-color: rgb(242,83,31); }

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

border-color css

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

 span { border-color: rgb(242,83,31); }

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