Html Css Color HEX #F9552E Outrageous Orange

📋 copy color: '#F9552E'

red 249 ◦ green 85 ◦ blue 46

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

Shades of Outrageous Orange #F9552E

Tints of Outrageous Orange #F9552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 65.53%
G = 22.37%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#F9552E (or 0xF9552E) is known color: Outrageous Orange. HEX triplet: F9, 55 and 2E. RGB value is (249,85,46). Sum of RGB (Red+Green+Blue) = 249+85+46=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9552E is #06AAD1. Grayscale: #818181. Windows color (decimal): -436946 or 3036665. OLE color: 3036665.

HSL color Cylindrical-coordinate representation of color #F9552E: hue angle of 11.53º 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 #F9552E is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 85 46 -
CMYK 0 0.66 0.82 0.02
HSL 11.53º 0.94% 0.58% -
HSV(B) 11.53º 0.82% 0.98% -
XYZ 42.81 26.83 5.51 -
YUV 129.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 249 85 46 0 0.66 0.82 0.02 11.53 0.94 0.58
Hex F9 55 2E 0 42 52 2 C 5E 3A
Octal 371 125 56 0 102 122 2 14 136 72
Binary 11111001 1010101 101110 0 1000010 1010010 10 1100 1011110 111010

Color Harmonies of #F9552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9552E

Black with #F9552E

Text Example


Text Example

White with #F9552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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