Html Css Color HEX #F9512E Outrageous Orange

📋 copy color: '#F9512E'

red 249 ◦ green 81 ◦ blue 46

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

Shades of Outrageous Orange #F9512E

Tints of Outrageous Orange #F9512E

RGB

 RED value IS 249 (97.66% from 255) = 66.22%

 GREEN value IS 81 (32.03% from 255) = 21.54%

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 66.22%
G = 21.54%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9512E (or 0xF9512E) is known color: Outrageous Orange. HEX triplet: F9, 51 and 2E. RGB value is (249,81,46). Sum of RGB (Red+Green+Blue) = 249+81+46=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9512E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9512E is #06AED1. Grayscale: #7F7F7F. Windows color (decimal): -437970 or 3035641. OLE color: 3035641.

HSL color Cylindrical-coordinate representation of color #F9512E: hue angle of 10.34º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9512E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 81 46 -
CMYK 0 0.67 0.82 0.02
HSL 10.34º 0.94% 0.58% -
HSV(B) 10.34º 0.82% 0.98% -
XYZ 42.5 26.22 5.41 -
YUV 127.24 82.16 214.85 -
System Red Green Blue C M Y K H S L
Decimal 249 81 46 0 0.67 0.82 0.02 10.34 0.94 0.58
Hex F9 51 2E 0 43 52 2 A 5E 3A
Octal 371 121 56 0 103 122 2 12 136 72
Binary 11111001 1010001 101110 0 1000011 1010010 10 1010 1011110 111010

Color Harmonies of #F9512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9512E

Black with #F9512E

Text Example


Text Example

White with #F9512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9512E; }

 p { color: rgb(249,81,46); }

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

background-color css

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

 a { background-color: rgb(249,81,46); }

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

border-color css

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

 span { border-color: rgb(249,81,46); }

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