Html Css Color HEX #FA552E Outrageous Orange

📋 copy color: '#FA552E'

red 250 ◦ green 85 ◦ blue 46

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

Shades of Outrageous Orange #FA552E

Tints of Outrageous Orange #FA552E

RGB

 RED value IS 250 (98.05% from 255) = 65.62%

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

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

R = 65.62%
G = 22.31%
B = 12.07%

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

#FA552E (or 0xFA552E) is known color: Outrageous Orange. HEX triplet: FA, 55 and 2E. RGB value is (250,85,46). Sum of RGB (Red+Green+Blue) = 250+85+46=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA552E is #05AAD1. Grayscale: #828282. Windows color (decimal): -371410 or 3036666. OLE color: 3036666.

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

Color convert

RGB 250 85 46 -
CMYK 0 0.66 0.82 0.02
HSL 11.47º 0.95% 0.58% -
HSV(B) 11.47º 0.82% 0.98% -
XYZ 43.17 27.02 5.52 -
YUV 129.89 80.66 213.67 -
System Red Green Blue C M Y K H S L
Decimal 250 85 46 0 0.66 0.82 0.02 11.47 0.95 0.58
Hex FA 55 2E 0 42 52 2 B 5F 3A
Octal 372 125 56 0 102 122 2 13 137 72
Binary 11111010 1010101 101110 0 1000010 1010010 10 1011 1011111 111010

Color Harmonies of #FA552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA552E

Black with #FA552E

Text Example


Text Example

White with #FA552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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